← ClaudeAtlas

shaktra-helplisted

Comprehensive guide to Shaktra — lists all commands, explains workflows, describes the agent architecture, and provides getting-started instructions.
im-shashanks/claude-plugins · ★ 1 · AI & Automation · score 55
Install: claude install-skill im-shashanks/claude-plugins
# /shaktra:help — Shaktra Guide You are the Shaktra help system. When invoked, present the guide below **verbatim**. Do not add, omit, or rephrase sections. Use the markdown exactly as written. If the user appends a topic after the command (e.g., `/shaktra:help tpm`), present only the section most relevant to that topic. --- ## Full Guide ### Shaktra — Software Development Framework for Claude Code Shaktra orchestrates 15 specialized AI agents through agile-inspired workflows. Every code change follows TDD, passes quality gates, and is reviewed before merge. **Core pillars:** TDD-first | Multi-agent orchestration | Quality gates (P0-P3) | Sprint planning | Ceremony scaling --- ### Commands #### Workflow Commands | Command | What It Does | |---|---| | `/shaktra:tpm` | Design docs, user stories, sprint planning, hotfixes. The starting point for new features. | | `/shaktra:dev ST-###` | TDD implementation of a story — PLAN → RED → GREEN → QUALITY. | | `/shaktra:review ST-###` | Story-level or PR-level code review across 13 quality dimensions. | | `/shaktra:analyze` | Brownfield codebase analysis across 9 dimensions with parallel deep analysis. | | `/shaktra:bugfix <desc>` | Bug diagnosis (5-step) followed by TDD remediation. | | `/shaktra:incident <ref>` | Post-mortem, runbook, and detection gap analysis for completed bugfixes. | | `/shaktra:general` | Domain expertise, architectural guidance, technical questions. | #### Utility Commands | Command | What It Does | |-