Next Feature banner
harrinupponen harrinupponen

Next Feature

Design community

Description

--- description: Pick the next unblocked feature from the backlog and write its technical design for human approval. --- Delegate to the `planner` subagent. It should read `specs/features.yaml`, select the first feature whose status is `todo` and whose dependencies are all `done`, and produce a filled-in design in the linked spec file plus an issue and a spec-only PR. Do not write application code in this session. When the planner returns, report the feature id, the approach in three sentence

Installation

Installs to ~/.claude/commands/harrinupponen-agentic-loops-dev-test-next-feature.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/harrinupponen/agentic-loops-dev-test/HEAD/.claude/commands/next-feature.md -o ~/.claude/commands/harrinupponen-agentic-loops-dev-test-next-feature.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository