-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (104 loc) · 3.44 KB
/
mkdocs.yml
File metadata and controls
107 lines (104 loc) · 3.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
site_name: Spec-Driven Development Plugin
site_description: A structured workflow plugin for Claude Code that transforms feature ideas into formal specifications before implementation
site_url: https://habib0x0.github.io/spec-driven-plugin
repo_url: https://github.com/Habib0x0/spec-driven-plugin
repo_name: Habib0x0/spec-driven-plugin
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
- content.tabs.link
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- tables
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quick-start.md
- Core Concepts: getting-started/concepts.md
- Workflow:
- Overview: workflow/overview.md
- Brainstorming: workflow/brainstorming.md
- Requirements: workflow/requirements.md
- Design: workflow/design.md
- Tasks: workflow/tasks.md
- Execution: workflow/execution.md
- Post-Implementation: workflow/post-implementation.md
- Commands:
- commands/index.md
- /spec: commands/spec.md
- /spec-brainstorm: commands/spec-brainstorm.md
- /spec-refine: commands/spec-refine.md
- /spec-tasks: commands/spec-tasks.md
- /spec-status: commands/spec-status.md
- /spec-validate: commands/spec-validate.md
- /spec-exec: commands/spec-exec.md
- /spec-loop: commands/spec-loop.md
- /spec-accept: commands/spec-accept.md
- /spec-docs: commands/spec-docs.md
- /spec-release: commands/spec-release.md
- /spec-verify: commands/spec-verify.md
- /spec-retro: commands/spec-retro.md
- /research: commands/research.md
- /zoom-out: commands/zoom-out.md
- /ubiquitous-language: commands/ubiquitous-language.md
- Agents:
- agents/index.md
- Planner: agents/spec-planner.md
- Tasker: agents/spec-tasker.md
- Implementer: agents/spec-implementer.md
- Tester: agents/spec-tester.md
- Reviewer: agents/spec-reviewer.md
- Debugger: agents/spec-debugger.md
- Validator: agents/spec-validator.md
- Consultant: agents/spec-consultant.md
- Acceptor: agents/spec-acceptor.md
- Documenter: agents/spec-documenter.md
- Scanner: agents/spec-scanner.md
- Reference:
- EARS Notation: reference/ears-notation.md
- Design Patterns: reference/design-patterns.md
- Task Breakdown: reference/task-breakdown.md
- Templates: reference/templates.md
- Advanced:
- Git Worktrees: advanced/worktrees.md
- Crash Recovery: advanced/crash-recovery.md
- Cross-Spec Dependencies: advanced/cross-spec-deps.md
- CI/CD Integration: advanced/ci-cd.md
- Model Routing: advanced/model-routing.md
- Extending the Plugin: advanced/extending.md
- Privacy Policy: privacy.md