dot_agents/skills/planning-project-features/SKILL.md
Route feature planning to the correct workflow. Recommends RFC-first design when no RFC exists, sends reviewed RFCs to RFC-backed planning, and sends explicit opt-outs to direct planning.
npx skillsauth add MrPointer/dotfiles planning-project-featuresInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Route feature planning deterministically. This skill does not create plans itself; it chooses the correct planning workflow and then stops or delegates.
| Input State | Action | Planning Workflow | Reviewers |
|-------------|--------|-------------------|-----------|
| Reviewed RFC provided | Validate the RFC review record, then use the RFC as the design baseline | planning-project-features-from-rfc | plan-rfc-fidelity-reviewer, plan-executability-reviewer |
| RFC provided but not reviewed | Stop and offer two choices: review the RFC first, or proceed as direct planning | authoring-rfcs review or planning-project-features-direct | Depends on chosen path |
| No RFC provided | Recommend creating an RFC first, then ask whether to create one or continue directly | brainstorming + authoring-rfcs, or planning-project-features-direct | Depends on chosen path |
If the user provides or references an RFC, read it and inspect its Review Record.
A reviewed RFC has:
rfc-architect-reviewer with status Passed or Passed with concerns.rfc-risk-reviewer with status Passed or Passed with concerns.Blocking review status that affects decomposition, scope, contracts, migration, rollout, acceptance criteria, or implementation constraints.If these conditions hold, use planning-project-features-from-rfc. Do not re-gather requirements or re-litigate the RFC design.
If an RFC exists but does not meet these conditions, stop and present exactly two choices:
authoring-rfcs.planning-project-features-direct, treating the RFC as background context rather than an approved baseline.If no RFC exists, recommend creating one before planning. Explain the concrete benefits briefly:
Then ask the user to choose exactly one path:
brainstorming and authoring-rfcs.planning-project-features-direct.Do not continue silently. The user chooses the route.
After the route is chosen, load exactly one workflow skill:
planning-project-features-from-rfc for reviewed RFC-backed planning.planning-project-features-direct for direct planning.brainstorming and then authoring-rfcs when the user chooses RFC-first design work.Do not mix workflows in one planning run.
testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
testing
Create implementation plans from a reviewed RFC. Uses the RFC as the approved design baseline, decomposes it into executable sub-plans, and runs RFC-specific plan review.
tools
Create implementation plans directly from user requirements when no reviewed RFC is available or the user explicitly declines RFC-first planning. Decomposes work into self-contained sub-plans with full iterative multi-agent plan review.
content-media
Decompose a reviewed RFC into sequenced features for a single project. Uses the RFC as the approved design baseline and produces a persistent epic plan reviewed for RFC fidelity and feature decomposition.