plan-feature
1
总安装量
1
周安装量
#76745
全站排名
安装命令
npx skills add https://github.com/dthompson-jti/safety-check-app-concept --skill plan-feature
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Plan Feature
Create a lightweight implementation plan for medium-scope features.
When to Use
- Medium features (1-5 files)
- Clear requirements, no UX exploration needed
- Standard patterns apply
Artifacts
implementation_plan.mdartifacttask.mdupdated viatask_boundary
Approach
Phase 1: Discovery & Impact
- Proof of Understanding: Summarize feature in one sentence.
- Holistic Impact Analysis: What else might this affect?
Phase 2: Approach Evaluation
Generate 3-4 strategies.
Evaluate with brief Socratic Debate:
- Proponent: Benefits, consistency with patterns
- Adversary: Complexity, maintenance burden
- Synthesis: Final selection
Phase 3: Design & Execution
File Changes Table
| Status | File | Changes |
|---|---|---|
| [NEW] | … | … |
| [MODIFY] | … | … |
Phased Implementation
Break into atomic, testable steps.
Phase 4: Reflexion
Hostile Architect Review: Identify 3 tech debt risks.
Constraints
- No code generation â plan only
- Steps must be atomic and testable
- No one-off patterns