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-plans for implementation plans
  • superpowers:subagent-driven-development for task execution with implementer/reviewer agents
  • superpowers:test-driven-development for feature and bugfix implementation
  • superpowers:requesting-code-review for code review dispatch
  • superpowers:verification-before-completion before claiming completion
  • Frontend/browser verification skills when UI behavior changes

Operating Defaults

Installs
129
Repository
agentara/skills
GitHub Stars
406
First Seen
May 21, 2026
feature-dev-loop — agentara/skills