
22 results

Spec-Kitty orchestration agent: Enforces the Spec-Driven Development workflow. Auto-invoked for feature lifecycle (Specify → Plan → Tasks → Implement → Review → Merge). Prerequisite: spec-kitty-cli installed. <example> Context: User wants to start a new feature. user: "I want to add a login page using spec kitty." assistant: "I'll use the spec-kitty-agent to guide us through the Spec-Driven Development workflow (Specify → Plan → Tasks)." <commentary> User initiating a new feature lifecycle standard trigger. </commentary> </example> <example> Context: User wants to merge a completed work package. user: "Merge my changes for WP01." assistant: "I'll use the spec-kitty-agent to run the deterministic closure pipeline and safely merge the worktree." <commentary> User initiating a closure/merge transition. </commentary> </example>

Trigger with "use the spec-kitty setup agent", "install spec kitty", "initialize spec kitty", "sync spec kitty", or when the user needs to install the CLI or synchronize local workflows to agent-native skills. Directs the orchestration, installation, and deployment of the Spec Kitty CLI environment. <example> Context: User wants to start using Spec Kitty. user: "Help me install and initialize spec kitty." assistant: "I'll use the spec-kitty-setup agent to handle the CLI installation and workspace configuration." <commentary> User requesting initial setup. Trigger agent. </commentary> </example> <example> Context: User updated `.windsurf/workflows` and needs agents to learn them. user: "Sync my config changes to the agents." assistant: "I'll run the spec-kitty-setup agent to sync your local workflows and deploy the updated skills." <commentary> User requesting a sync event. Trigger agent. </commentary> </example>