feature-dev-loop
Installation
SKILL.md
Feature Dev Loop
Orchestrate a full software feature loop by composing local development skills instead of rewriting them: requirements baseline, plan breakdown, multi-perspective plan review, safe serial implementation, dynamic acceptance review, and an HTML PR summary.
This is a controller skill. It decides when to move between stages, how feedback is classified, when loops exit, what gets written to disk, and when to involve the user. It should call or follow existing local skills for the lower-level work when they are available, especially:
superpowers:writing-plansfor implementation planssuperpowers:subagent-driven-developmentfor task execution with implementer/reviewer agentssuperpowers:test-driven-developmentfor feature and bugfix implementationsuperpowers:requesting-code-reviewfor code review dispatchsuperpowers:verification-before-completionbefore claiming completion- Frontend/browser verification skills when UI behavior changes