diff --git a/tools/docs/index.md b/tools/docs/index.md deleted file mode 100644 index 8ac7bc86f..000000000 --- a/tools/docs/index.md +++ /dev/null @@ -1,2 +0,0 @@ -# Tool and Repo Maintainability Documentation - diff --git a/website/_basement/components/WorkflowGuide.astro b/website/_basement/components/WorkflowGuide.astro deleted file mode 100644 index d9dc7e197..000000000 --- a/website/_basement/components/WorkflowGuide.astro +++ /dev/null @@ -1,444 +0,0 @@ ---- ---- - -
-
- /bmad-help - Run this anytime to see what to do next — or ask it a question like "what should I do to build a web app?" -
- -

Loading agents is optional. If your IDE supports slash commands, you can run workflows directly.

- -
-
- - - -
-
- -
-

Select a track above to see the workflow.

- -
- -
Analysis
- -
- /brainstorm-project - Analyst - -

Guided ideation using 60+ techniques to explore your project idea and create brainstorm notes.

-
-
- -
- /research - Analyst - -

Market, technical, or competitive research producing a structured research document.

-
-
- -
- /product-brief - Analyst - -

Combines brainstorm and research into a foundation document covering problem, users, and MVP scope.

-
-
- - -
Planning
- -
- /quick-spec - Barry - -

Analyzes your codebase, auto-detects stack, and produces tech-spec.md with implementation-ready story files.

-
-
- -
- /create-prd - PM - -

Creates PRD.md with user personas, requirements, success metrics, and risks.

-
-
- -
- /create-ux-design - UX Designer - -

Creates ux-design.md with user journeys, wireframes, and a design system.

-
-
- - -
Solutioning
- -
- /create-architecture - Architect - -

Designs system architecture with ADRs covering data, API, security, and deployment decisions.

-
-
- -
- /create-epics-and-stories - PM - -

Breaks PRD and architecture into epic files with prioritized, technically-informed stories.

-
-
- -
- /implementation-readiness - Architect - -

Validates cohesion across all planning documents to confirm you're ready to build.

-
-
- - -
Implementation
- -
- /sprint-planning - SM - -

Initializes sprint-status.yaml to track all stories through development. Run once.

-
-
- - -
- ↻ Repeat for each story - -
- /create-story - SM - -

Prepares a story file with full context and acceptance criteria from the epic.

-
-
- -
- /dev-story - DEV - -

Implements production code and tests following architecture patterns.

-
-
- -
- /code-review - DEV - -

Reviews code for quality, architecture alignment, tests, and security.

-
-
-
- -
- /epic-retrospective - SM - -

Captures learnings from a completed epic to improve the next one.

-
-
-
-
- - - - diff --git a/website/_basement/pages/workflow-guide.astro b/website/_basement/pages/workflow-guide.astro deleted file mode 100644 index f9f929dfc..000000000 --- a/website/_basement/pages/workflow-guide.astro +++ /dev/null @@ -1,17 +0,0 @@ ---- -import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro'; -import WorkflowGuide from '../components/WorkflowGuide.astro'; ---- - - -

- This interactive guide helps you understand which workflows to run, which agents to use, and what outputs to expect at each phase. Select your project's track to see the relevant path. -

- -