Templates Commands
The templates category contains commands for installing project templates for documentation, AI prompts, reports, and specifications.
Key Features:
- Install documentation templates for consistent project structure
- Install AI prompt templates for code generation commands
- Install report templates for test and build summaries
- Install specification templates for compliance testing
- Debug logging support for troubleshooting
Commands in this Category
| Command | Purpose |
|---|---|
| templates install-docs | Install documentation templates |
| templates install-ai | Install AI prompt templates |
| templates install-reports | Install report templates |
| templates install-specs | Install specification templates |
| templates install-claude | Install Claude Code workflow templates |
Quick Examples
# Install documentation templates
eac templates install docs
# Install to custom location
eac templates install docs --destination ./custom-docs
# Install AI templates
eac templates install ai
# Install Claude Code templates
eac templates install claude
# Install with debug logging
eac templates install reports --debug
Available Template Types
docs
Documentation templates for project documentation.
ai
AI prompt templates for structured AI interactions.
reports
Report templates for test results and build outputs.
specs
Specification templates for Gherkin/BDD tests.
claude
Claude Code configuration templates (agents, commands, skills).
What Gets Installed (to .claude/ directory):
Agents (.claude/agents/):
architect.md- Generic architecture agent using MCP commandsdebugger.md- Generic debugging agent using MCP commandstest-engineer.md- Generic testing agent using MCP commands
Commands (.claude/commands/):
plan.md- Planning workflow with MCP discoveryimplement.md- Implementation workflow with MCP verificationtest.md- Testing workflow with MCP commandsreview.md- Review workflow with MCP validation
Skills (.claude/skills/):
feature-workflow.md- End-to-end feature development with MCPrefactor-safe.md- Safe refactoring workflow with MCP validation
Setup (.claude/setup/):
mcp-setup.md- MCP server configuration guide.mcp.json.template- MCP configuration template
Note: Existing EAC-specific templates (go-architect, go-plan, etc.) are preserved. Generic templates are language-agnostic and demonstrate MCP command usage.
See Also
- create design - AI architecture design
- create spec - AI specification generation
- get commit-message - AI commit messages
- validate markdown
- validate books
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.