Agent skill
planning-features
Plan and document features before implementation using project templates. Use when planning new features, creating architecture docs, or when user mentions "plan", "design", "architect", "feature plan", "implementation plan", or "before coding".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/planning-features-sorfeb-personal-web
SKILL.md
Feature Planning
Create structured planning documents before implementation.
When to Plan
Create a plan for:
- New features with multiple components
- Changes affecting multiple files
- Backend + frontend integration work
- Architecture decisions
- Refactoring efforts
Skip planning for:
- Single-file bug fixes
- Minor styling tweaks
- Documentation updates
Planning Workflow
- [ ] Step 1: Clarify requirements with user
- [ ] Step 2: Research existing patterns in codebase
- [ ] Step 3: Identify affected files/components
- [ ] Step 4: Create planning document
- [ ] Step 5: Get user approval before implementing
Plan Location
.github/plans/feature-name-plan.md
Use kebab-case for filenames.
Plan Template
See TEMPLATE.md for the full template.
Quick Plan Structure
# Feature: [Name]
**Date**: YYYY-MM-DD
**Status**: Planning
## Objective
What problem does this solve?
## Technical Approach
- Architecture decisions
- Components to create/modify
- API endpoints needed
## Implementation Steps
1. [Step with file path]
2. [Step with file path]
## Testing Strategy
- Unit tests needed
- Manual testing checklist
## Checklist
- [ ] Audio integration considered
- [ ] Responsive design planned
- [ ] Error handling defined
- [ ] No new dependencies (or approval obtained)
Architecture Considerations
Always address:
| Aspect | Question |
|---|---|
| Audio | What sounds should play? |
| Responsive | Mobile behavior at 768px? |
| State | Local state or context? |
| Data | tRPC query or static? |
| Auth | Protected or public? |
| Performance | Memoization needed? |
After Implementation
Create completion doc at:
.github/documentation/feature-name-complete.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?