feature-planning
SolidBreak features into implementation plans, acceptance criteria, and sequenced tasks.
AI & Automation 132 stars
12 forks Updated today MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Feature Planning
Use this skill to turn a feature request into an implementation plan that is
specific enough to execute without rediscovering the codebase.
## Planning Workflow
1. Confirm the goal, constraints, and non-goals.
2. Inspect the current code paths, types, tests, and similar features.
3. Identify the files and system boundaries likely to change.
4. Break the work into small sequenced tasks.
5. Define validation for each stage and for the final change.
6. Capture risks, dependencies, and unanswered questions.
## Default Output
When the user asks for a plan and does not specify a format, use:
1. Goal
2. Current state
3. Proposed approach
4. Task breakdown
5. Validation plan
6. Risks and unknowns
7. Recommended next action
## Task Rules
Each task should have one concrete outcome. Prefer:
- exact file paths instead of vague module names
- explicit commands instead of "run the tests"
- acceptance criteria that can be verified
- clear notes on migrations, docs, config, or rollout work when relevant
If the scope is large, group tasks into milestones, but keep each task small
enough that an implementer can finish it without further decomposition.
## Codebase Exploration
Before finalizing a plan, inspect the repo for:
- existing patterns that should be preserved
- nearby tests and fixtures
- configuration or schema touchpoints
- user-facing docs or CLI/help text that may need updates
Use the existing codebase to anchor the plan instead of inventing new patt...
Details
- Author
- HybridAIOne
- Repository
- HybridAIOne/hybridclaw
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
feature-planning
Break down feature requests into detailed, implementable plans with clear tasks. Use when user requests a new feature, enhancement, or complex change.
671 Updated 1 months ago
mhattingpete AI & Automation Listed
ami-plan-feature
Feature planning and orchestration workflow. Takes a raw idea, investigates external context and internal codebase, drafts a comprehensive implementation plan, and orchestrates execution.
0 Updated 5 days ago
AnaCataVC AI & Automation Listed
planner
Create a structured implementation plan before executing complex tasks. ALWAYS invoke this skill when the user prompts a multi-step task (3+ steps, new feature, refactoring, etc.).
0 Updated today
LDVerdier