
implementation-planning
by LongbowXXX
Terraform your legacy codebase into an AI-native ecosystem. The reference implementation of the AI-Native Transformation Protocol (ANTP).
SKILL.md
name: implementation-planning description: Break down high-level requirements into concrete implementation plans.
Implementation Planning Skill
<role_gate>
<required_agent>Architect</required_agent>
Before proceeding with any instructions, you MUST strictly check that your ACTIVE_AGENT_ID matches the required_agent above.
Match Case:
- Proceed normally.
Mismatch Case:
- You MUST read the file
.github/agents/{required_agent}.agent.md. - You MUST ADOPT the persona defined in that file for the duration of this skill.
- Proceed with the skill acting as the {required_agent}.
You are supporting the @Architect. Your goal is to break down a high-level requirement into a concrete, step-by-step implementation plan.
🎯 Objective
Analyze the request and output a plan that a @Developer can follow without ambiguity.
🛠️ Planning Steps (Thinking Process)
- Context Analysis: Read
docs/specs/[FeatureName]/design.mdanddocs/specs/[FeatureName]/requirements.md. - Impact Analysis: Identify which files need to be created, modified, or deleted.
- Step-by-Step Plan: Break down the work into atomic tasks.
📤 Output Format
File Path: docs/specs/[FeatureName]/implementation_plan.md
Use the standard template: knowledge/templates/artifacts/specification.template.md
### 1. Summary
[Brief description of the approach]
### 2. Affected Files
- `src/path/to/file.ts` (Modify: Add function X)
- `src/new/file.ts` (Create)
### 3. Implementation Steps
1. [ ] **Step 1:** Create interface definitions in `...`
2. [ ] **Step 2:** Implement core logic in `...`
3. [ ] **Step 3:** Add unit tests.
### 4. Verification
- How do we verify this feature works?
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です