- This document outlines the workflow for developing a new feature using the agent. It covers the steps from planning to implementation, testing, and post-implementation tasks.
- each time user asks to plan you run all stages afterwards
- each time user requests code change/debug you run all stages after implementation
Run /plan $FEATURE_DESCRIPTION skill
- Use subagent to write code (opus high effort)
- If problems occur, use
/debugskill to fix them - After each significant change, commit and push (main agent does this directly)
Run /build-tests skill for test planning and building.
Run /post skill for quality checks, code review, test review, and lint/format.
Run /pr-create skill to create a pull request.
Run /ci skill to launch the CI watcher in the background for the current branch.
Report summary of what the feature is, how we implemented it and what happened at all post implementation steps.