スキル一覧に戻る
SaharCarmel

decompose

by SaharCarmel

2🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: decompose description: | Break down a Claude Code plan into Linear sub-issues with E2E test criteria. Use when: user says "decompose", "break down plan", "create issues from plan", or after completing a plan that needs to be tracked in Linear. Each sub-issue is self-contained (completable in one Claude Code session) and testable from the user's perspective.

Flow

  1. Check sdlc.md for team/project context (ask user if missing or ambiguous)
  2. Analyze plan from conversation memory
  3. Break into testable increments
  4. Generate E2E tests for each increment
  5. Show preview and ask: "Create new parent or attach to existing?"
  6. Confirm target (team/project) before creating
  7. Create issues in Linear with parentId for sub-issues
  8. Update sdlc.md with created issue IDs

Increment Rules

Each sub-issue MUST:

  • Deliver one testable artifact (something demo-able)
  • Be completable by Claude Code in one session
  • Include E2E test criteria

Prefer smaller over larger. Order by dependency chain.

E2E Test Format

### Happy Path
- [ ] User can [action] and [expected result]

### Edge Cases
- [ ] [boundary condition scenario]

Sub-Issue Template

## Summary
[What this delivers]

## Deliverable
[The testable artifact]

## E2E Test Scenarios
### Happy Path
- [ ] User can [action] and [expected result]

### Edge Cases
- [ ] [Edge case]

## Implementation Notes
[Context from plan]

Examples

1. [Title]

  • Deliverable: [artifact]
  • E2E: User can [action] and [result]

2. [Title]

  • Deliverable: [artifact]
  • E2E: User can [action] and [result]

Target: Team 'Engineering', Project 'My Project'

Create new parent issue or attach to existing?"

Done. Updated sdlc.md."

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です