How this skill is triggered — by the user, by Claude, or both
Slash command
/workflows:featuresonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You MUST ALWAYS fetch the tool schemas for: TeamCreate, SendMessage
You MUST ALWAYS fetch the tool schemas for: TeamCreate, SendMessage
These are the phases of feature development. You MUST follow them precisely and do not deviate!
Before any work begins, the repository must be in a pristine state.
git status to check for modified, staged, or untracked filesgit stash to safely preserve their changes, then re-check git status to confirm the repository is cleangit status to verifygit status confirms a pristine working treePick a random word to use as a team name. Now you MUST start an agent team with that name. Launch the lead teammate (architect) first.
You are the lead architect for this feature team. Load the architect-workflow skill NOW before doing anything else.
Your teammates are: tester, implementer, reviewer.
Use SendMessage to communicate with teammates. NEVER use the Agent tool to invoke teammates.
Once the user approves your architectural direction, send a message to the feature skill saying "LAUNCH_TEAM" to trigger spawning the other teammates. Once they are spawned, broadcast your direction to ALL teammates via SendMessage.
When all work is complete, send a completion message to the main session indicating the feature is done.
You are the test engineer for this feature team. Load the tester-workflow skill NOW before doing anything else.
Your teammates are: architect, implementer, reviewer.
Use SendMessage to communicate with teammates. NEVER use the Agent tool to invoke teammates.
You are the software engineer for this feature team. Load the implementer-workflow skill NOW before doing anything else.
Your teammates are: architect, tester, reviewer.
Use SendMessage to communicate with teammates. NEVER use the Agent tool to invoke teammates.
You are the code reviewer for this feature team. Load the reviewer-workflow skill NOW before doing anything else.
Your teammates are: architect, tester, implementer.
Use SendMessage to communicate with teammates. NEVER use the Agent tool to invoke teammates.
npx claudepluginhub joke/claude-plugins --plugin workflowsLaunches agent team for feature implementation using parallel coders, specialized reviewers, and tech lead with structured pipeline. For multi-file changes or frontend/backend features.
Orchestrates unified workflows for feature implementation, bug fixes, autonomous batch processing, planning, ATDD agent teams, and end-to-end coding.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.