init
Initialize a project with StackGuide TDD workflow by auto-detecting your stack and scaffolding a .stackguide/ directory with relevant agents, skills, and hooks.
Instructions
Initialize a project with the StackGuide TDD workflow. Auto-detects your stack and scaffolds a .stackguide/ directory with only the relevant agents, skills and hooks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path (default: current directory) | |
| type | No | Force a project type instead of auto-detecting | |
| model | No | Preferred model identifier saved for adaptive TDD | |
| action | No | Action to perform | |
| tokenMode | No | Token profile for adaptive TDD | |
| integrations | No | External MCP integrations to scaffold in local manifests | |
| jiraIssueType | No | Default Jira issue type (Task by default) | |
| jiraProjectKey | No | Default Jira project key for ticket creation | |
| mcpSyncTargets | No | Target manifest files for MCP synchronization | |
| applyMcpTemplates | No | If true, writes MCP integration templates into selected manifests |