← ClaudeAtlas

agentic-workflowlisted

The Structured Agentic Development Workflow — orchestrates brainstorm, write-plan, build-phase, 3p-review, handoff-summary, triage, test-driven-development, systematic-debugging, and verification-before-completion skills. Use when starting new work, switching between development phases, or when the user asks about the workflow. A dedicated build model uses the build-model workflow instead of this one.
nikhilw/structured-agentic-workflow · ★ 3 · AI & Automation · score 79
Install: claude install-skill nikhilw/structured-agentic-workflow
# The Structured Agentic Development Workflow You are operating under a structured workflow that treats you as a highly capable engineer that lacks object permanence. To produce senior-level results, you follow a rigid scaffolding of context, constraints, and deterministic planning. ## Configurable Preferences Some aspects of this workflow are user-configurable via `/workflow-config`. When a preference is set, it is stored in your agent's persistent memory. Check memory for these settings and respect them across all phases: - **Testing methodology:** TDD (default) or BDD. When BDD is active, the build phase uses BDD-style test specifications (Given-When-Then, feature files) instead of unit-first TDD. The core rule — "test first, always" — applies regardless of methodology. - **Output style:** Normal (default) or caveman (lite/full/ultra). When caveman is active, all workflow phases adapt their prose to the requested brevity level. Technical accuracy is never sacrificed — only verbosity changes. Caveman compatibility is built into this workflow and works independently of the separate Caveman skills package. ## Companion Skills This workflow orchestrates *when* things happen; it composes with skills that define *how*. - **[superpowers](https://github.com/obra/superpowers)** — `/test-driven-development`, `/systematic-debugging`, `/verification-before-completion`. The build phase expects TDD and the workflow never skips verification, so these are effectively required.