oh-my-customcode 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +287 -0
  3. package/dist/cli/index.js +13299 -0
  4. package/dist/index.js +927 -0
  5. package/package.json +74 -0
  6. package/templates/.claude/contexts/dev.md +20 -0
  7. package/templates/.claude/contexts/ecomode.md +63 -0
  8. package/templates/.claude/contexts/index.yaml +41 -0
  9. package/templates/.claude/contexts/research.md +28 -0
  10. package/templates/.claude/contexts/review.md +23 -0
  11. package/templates/.claude/hooks/hooks.json +185 -0
  12. package/templates/.claude/hooks/hud/index.yaml +27 -0
  13. package/templates/.claude/hooks/hud/update-status.sh +32 -0
  14. package/templates/.claude/hooks/index.yaml +46 -0
  15. package/templates/.claude/hooks/memory-persistence/pre-compact.sh +37 -0
  16. package/templates/.claude/hooks/memory-persistence/session-end.sh +64 -0
  17. package/templates/.claude/hooks/memory-persistence/session-start.sh +41 -0
  18. package/templates/.claude/hooks/strategic-compact/suggest-compact.sh +50 -0
  19. package/templates/.claude/install-hooks.sh +100 -0
  20. package/templates/.claude/rules/MAY-optimization.md +93 -0
  21. package/templates/.claude/rules/MUST-agent-design.md +107 -0
  22. package/templates/.claude/rules/MUST-agent-identification.md +108 -0
  23. package/templates/.claude/rules/MUST-continuous-improvement.md +132 -0
  24. package/templates/.claude/rules/MUST-intent-transparency.md +199 -0
  25. package/templates/.claude/rules/MUST-language-policy.md +62 -0
  26. package/templates/.claude/rules/MUST-orchestrator-coordination.md +266 -0
  27. package/templates/.claude/rules/MUST-parallel-execution.md +341 -0
  28. package/templates/.claude/rules/MUST-permissions.md +84 -0
  29. package/templates/.claude/rules/MUST-safety.md +69 -0
  30. package/templates/.claude/rules/MUST-sync-verification.md +219 -0
  31. package/templates/.claude/rules/MUST-tool-identification.md +112 -0
  32. package/templates/.claude/rules/SHOULD-ecomode.md +145 -0
  33. package/templates/.claude/rules/SHOULD-error-handling.md +102 -0
  34. package/templates/.claude/rules/SHOULD-hud-statusline.md +89 -0
  35. package/templates/.claude/rules/SHOULD-interaction.md +103 -0
  36. package/templates/.claude/rules/SHOULD-memory-integration.md +114 -0
  37. package/templates/.claude/rules/SHOULD-pipeline-mode.md +165 -0
  38. package/templates/.claude/rules/index.yaml +125 -0
  39. package/templates/.claude/uninstall-hooks.sh +52 -0
  40. package/templates/CLAUDE.md.en +259 -0
  41. package/templates/CLAUDE.md.ko +259 -0
  42. package/templates/agents/index.yaml +237 -0
  43. package/templates/agents/infra-engineer/aws-expert/AGENT.md +47 -0
  44. package/templates/agents/infra-engineer/aws-expert/index.yaml +27 -0
  45. package/templates/agents/infra-engineer/docker-expert/AGENT.md +47 -0
  46. package/templates/agents/infra-engineer/docker-expert/index.yaml +27 -0
  47. package/templates/agents/manager/creator/AGENT.md +274 -0
  48. package/templates/agents/manager/creator/index.yaml +66 -0
  49. package/templates/agents/manager/gitnerd/AGENT.md +91 -0
  50. package/templates/agents/manager/gitnerd/index.yaml +55 -0
  51. package/templates/agents/manager/sauron/AGENT.md +153 -0
  52. package/templates/agents/manager/sauron/index.yaml +52 -0
  53. package/templates/agents/manager/supplier/AGENT.md +142 -0
  54. package/templates/agents/manager/supplier/index.yaml +31 -0
  55. package/templates/agents/manager/sync-checker/AGENT.md +34 -0
  56. package/templates/agents/manager/sync-checker/index.yaml +32 -0
  57. package/templates/agents/manager/updater/AGENT.md +125 -0
  58. package/templates/agents/manager/updater/index.yaml +31 -0
  59. package/templates/agents/orchestrator/dev-lead/AGENT.md +116 -0
  60. package/templates/agents/orchestrator/dev-lead/index.yaml +73 -0
  61. package/templates/agents/orchestrator/planner/AGENT.md +102 -0
  62. package/templates/agents/orchestrator/planner/index.yaml +38 -0
  63. package/templates/agents/orchestrator/qa-lead/AGENT.md +92 -0
  64. package/templates/agents/orchestrator/qa-lead/index.yaml +40 -0
  65. package/templates/agents/orchestrator/secretary/AGENT.md +132 -0
  66. package/templates/agents/orchestrator/secretary/index.yaml +55 -0
  67. package/templates/agents/qa-team/qa-engineer/AGENT.md +98 -0
  68. package/templates/agents/qa-team/qa-engineer/index.yaml +59 -0
  69. package/templates/agents/qa-team/qa-planner/AGENT.md +75 -0
  70. package/templates/agents/qa-team/qa-planner/index.yaml +47 -0
  71. package/templates/agents/qa-team/qa-writer/AGENT.md +98 -0
  72. package/templates/agents/qa-team/qa-writer/index.yaml +44 -0
  73. package/templates/agents/sw-architect/documenter/AGENT.md +120 -0
  74. package/templates/agents/sw-architect/documenter/index.yaml +39 -0
  75. package/templates/agents/sw-architect/speckit-agent/AGENT.md +127 -0
  76. package/templates/agents/sw-architect/speckit-agent/index.yaml +78 -0
  77. package/templates/agents/sw-engineer/backend/express-expert/AGENT.md +132 -0
  78. package/templates/agents/sw-engineer/backend/express-expert/index.yaml +36 -0
  79. package/templates/agents/sw-engineer/backend/fastapi-expert/AGENT.md +47 -0
  80. package/templates/agents/sw-engineer/backend/fastapi-expert/index.yaml +27 -0
  81. package/templates/agents/sw-engineer/backend/go-backend-expert/AGENT.md +47 -0
  82. package/templates/agents/sw-engineer/backend/go-backend-expert/index.yaml +27 -0
  83. package/templates/agents/sw-engineer/backend/nestjs-expert/AGENT.md +107 -0
  84. package/templates/agents/sw-engineer/backend/nestjs-expert/index.yaml +43 -0
  85. package/templates/agents/sw-engineer/backend/springboot-expert/AGENT.md +103 -0
  86. package/templates/agents/sw-engineer/backend/springboot-expert/index.yaml +69 -0
  87. package/templates/agents/sw-engineer/frontend/svelte-agent/AGENT.md +71 -0
  88. package/templates/agents/sw-engineer/frontend/svelte-agent/index.yaml +41 -0
  89. package/templates/agents/sw-engineer/frontend/vercel-agent/AGENT.md +67 -0
  90. package/templates/agents/sw-engineer/frontend/vercel-agent/index.yaml +43 -0
  91. package/templates/agents/sw-engineer/frontend/vuejs-agent/AGENT.md +71 -0
  92. package/templates/agents/sw-engineer/frontend/vuejs-agent/index.yaml +48 -0
  93. package/templates/agents/sw-engineer/language/golang-expert/AGENT.md +47 -0
  94. package/templates/agents/sw-engineer/language/golang-expert/index.yaml +27 -0
  95. package/templates/agents/sw-engineer/language/java21-expert/AGENT.md +122 -0
  96. package/templates/agents/sw-engineer/language/java21-expert/index.yaml +51 -0
  97. package/templates/agents/sw-engineer/language/kotlin-expert/AGENT.md +47 -0
  98. package/templates/agents/sw-engineer/language/kotlin-expert/index.yaml +27 -0
  99. package/templates/agents/sw-engineer/language/python-expert/AGENT.md +47 -0
  100. package/templates/agents/sw-engineer/language/python-expert/index.yaml +27 -0
  101. package/templates/agents/sw-engineer/language/rust-expert/AGENT.md +47 -0
  102. package/templates/agents/sw-engineer/language/rust-expert/index.yaml +27 -0
  103. package/templates/agents/sw-engineer/language/typescript-expert/AGENT.md +47 -0
  104. package/templates/agents/sw-engineer/language/typescript-expert/index.yaml +27 -0
  105. package/templates/agents/sw-engineer/tooling/bun-expert/AGENT.md +73 -0
  106. package/templates/agents/sw-engineer/tooling/bun-expert/index.yaml +46 -0
  107. package/templates/agents/sw-engineer/tooling/npm-expert/AGENT.md +160 -0
  108. package/templates/agents/sw-engineer/tooling/npm-expert/index.yaml +45 -0
  109. package/templates/agents/sw-engineer/tooling/optimizer/AGENT.md +170 -0
  110. package/templates/agents/sw-engineer/tooling/optimizer/index.yaml +45 -0
  111. package/templates/agents/system/memory-keeper/AGENT.md +126 -0
  112. package/templates/agents/system/memory-keeper/index.yaml +45 -0
  113. package/templates/agents/system/naggy/AGENT.md +72 -0
  114. package/templates/agents/system/naggy/index.yaml +35 -0
  115. package/templates/commands/COMMANDS.md +136 -0
  116. package/templates/commands/creator/agent.md +121 -0
  117. package/templates/commands/dev/refactor.md +126 -0
  118. package/templates/commands/dev/review.md +82 -0
  119. package/templates/commands/git/branch.yaml +8 -0
  120. package/templates/commands/git/commit.yaml +4 -0
  121. package/templates/commands/git/pr.yaml +4 -0
  122. package/templates/commands/git/status.yaml +4 -0
  123. package/templates/commands/git/sync.yaml +4 -0
  124. package/templates/commands/index.yaml +225 -0
  125. package/templates/commands/intent/explain.md +144 -0
  126. package/templates/commands/memory/recall.md +164 -0
  127. package/templates/commands/memory/save.md +128 -0
  128. package/templates/commands/naggy/add.yaml +8 -0
  129. package/templates/commands/naggy/done.yaml +8 -0
  130. package/templates/commands/naggy/list.yaml +4 -0
  131. package/templates/commands/naggy/priority.yaml +11 -0
  132. package/templates/commands/naggy/remind.yaml +4 -0
  133. package/templates/commands/npm/audit.yaml +62 -0
  134. package/templates/commands/npm/publish.yaml +52 -0
  135. package/templates/commands/npm/version.yaml +62 -0
  136. package/templates/commands/optimize/analyze.yaml +34 -0
  137. package/templates/commands/optimize/bundle.yaml +50 -0
  138. package/templates/commands/optimize/report.yaml +56 -0
  139. package/templates/commands/pipeline/list.md +81 -0
  140. package/templates/commands/pipeline/run.md +127 -0
  141. package/templates/commands/sauron/quick.yaml +4 -0
  142. package/templates/commands/sauron/report.yaml +4 -0
  143. package/templates/commands/sauron/watch.yaml +4 -0
  144. package/templates/commands/supplier/audit.md +133 -0
  145. package/templates/commands/supplier/fix.md +121 -0
  146. package/templates/commands/sync/agents.yaml +4 -0
  147. package/templates/commands/sync/check.yaml +4 -0
  148. package/templates/commands/sync/commands.yaml +4 -0
  149. package/templates/commands/sync/docs.yaml +4 -0
  150. package/templates/commands/sync/fix.yaml +4 -0
  151. package/templates/commands/system/help.md +137 -0
  152. package/templates/commands/system/lists.md +86 -0
  153. package/templates/commands/system/status.md +163 -0
  154. package/templates/commands/updater/docs.md +165 -0
  155. package/templates/commands/updater/external.md +214 -0
  156. package/templates/guides/aws/common-patterns.md +169 -0
  157. package/templates/guides/aws/index.yaml +26 -0
  158. package/templates/guides/aws/well-architected.md +143 -0
  159. package/templates/guides/claude-code/01-overview.md +42 -0
  160. package/templates/guides/claude-code/03-tools.md +107 -0
  161. package/templates/guides/claude-code/04-agent-skills.md +90 -0
  162. package/templates/guides/claude-code/05-agent-sdk.md +129 -0
  163. package/templates/guides/claude-code/06-mcp.md +165 -0
  164. package/templates/guides/claude-code/07-prompt-engineering.md +100 -0
  165. package/templates/guides/claude-code/08-testing.md +58 -0
  166. package/templates/guides/claude-code/09-guardrails.md +80 -0
  167. package/templates/guides/claude-code/10-monitoring.md +89 -0
  168. package/templates/guides/claude-code/index.yaml +51 -0
  169. package/templates/guides/docker/compose-best-practices.md +284 -0
  170. package/templates/guides/docker/dockerfile-best-practices.md +262 -0
  171. package/templates/guides/docker/index.yaml +26 -0
  172. package/templates/guides/fastapi/best-practices.md +232 -0
  173. package/templates/guides/fastapi/index.yaml +21 -0
  174. package/templates/guides/go-backend/index.yaml +26 -0
  175. package/templates/guides/go-backend/project-layout.md +243 -0
  176. package/templates/guides/go-backend/uber-style.md +212 -0
  177. package/templates/guides/golang/concurrency.md +282 -0
  178. package/templates/guides/golang/effective-go.md +309 -0
  179. package/templates/guides/golang/error-handling.md +250 -0
  180. package/templates/guides/golang/index.yaml +27 -0
  181. package/templates/guides/index.yaml +101 -0
  182. package/templates/guides/kotlin/coding-conventions.md +247 -0
  183. package/templates/guides/kotlin/idioms.md +234 -0
  184. package/templates/guides/kotlin/index.yaml +26 -0
  185. package/templates/guides/python/index.yaml +26 -0
  186. package/templates/guides/python/pep8-style-guide.md +202 -0
  187. package/templates/guides/python/zen-of-python.md +79 -0
  188. package/templates/guides/rust/error-handling.md +262 -0
  189. package/templates/guides/rust/index.yaml +26 -0
  190. package/templates/guides/rust/ownership.md +180 -0
  191. package/templates/guides/springboot/best-practices.md +361 -0
  192. package/templates/guides/springboot/index.yaml +22 -0
  193. package/templates/guides/typescript/advanced-types.md +225 -0
  194. package/templates/guides/typescript/index.yaml +26 -0
  195. package/templates/guides/typescript/type-system.md +219 -0
  196. package/templates/guides/web-design/accessibility.md +66 -0
  197. package/templates/guides/web-design/index.yaml +20 -0
  198. package/templates/guides/web-design/performance.md +102 -0
  199. package/templates/pipelines/examples/code-review.yaml +66 -0
  200. package/templates/pipelines/index.yaml +18 -0
  201. package/templates/pipelines/templates/pipeline-template.yaml +50 -0
  202. package/templates/skills/backend/fastapi-best-practices/SKILL.md +269 -0
  203. package/templates/skills/backend/fastapi-best-practices/index.yaml +25 -0
  204. package/templates/skills/backend/go-backend-best-practices/SKILL.md +337 -0
  205. package/templates/skills/backend/go-backend-best-practices/index.yaml +26 -0
  206. package/templates/skills/backend/springboot-best-practices/SKILL.md +356 -0
  207. package/templates/skills/backend/springboot-best-practices/index.yaml +27 -0
  208. package/templates/skills/development/go-best-practices/SKILL.md +202 -0
  209. package/templates/skills/development/go-best-practices/index.yaml +25 -0
  210. package/templates/skills/development/kotlin-best-practices/SKILL.md +255 -0
  211. package/templates/skills/development/kotlin-best-practices/index.yaml +27 -0
  212. package/templates/skills/development/python-best-practices/SKILL.md +221 -0
  213. package/templates/skills/development/python-best-practices/index.yaml +25 -0
  214. package/templates/skills/development/react-best-practices/SKILL.md +100 -0
  215. package/templates/skills/development/react-best-practices/index.yaml +39 -0
  216. package/templates/skills/development/rust-best-practices/SKILL.md +266 -0
  217. package/templates/skills/development/rust-best-practices/index.yaml +26 -0
  218. package/templates/skills/development/typescript-best-practices/SKILL.md +320 -0
  219. package/templates/skills/development/typescript-best-practices/index.yaml +28 -0
  220. package/templates/skills/development/vercel-deploy/SKILL.md +73 -0
  221. package/templates/skills/development/vercel-deploy/index.yaml +30 -0
  222. package/templates/skills/development/web-design-guidelines/SKILL.md +117 -0
  223. package/templates/skills/development/web-design-guidelines/index.yaml +34 -0
  224. package/templates/skills/index.yaml +129 -0
  225. package/templates/skills/infrastructure/aws-best-practices/SKILL.md +279 -0
  226. package/templates/skills/infrastructure/aws-best-practices/index.yaml +27 -0
  227. package/templates/skills/infrastructure/docker-best-practices/SKILL.md +274 -0
  228. package/templates/skills/infrastructure/docker-best-practices/index.yaml +26 -0
  229. package/templates/skills/orchestration/intent-detection/SKILL.md +214 -0
  230. package/templates/skills/orchestration/intent-detection/index.yaml +30 -0
  231. package/templates/skills/orchestration/intent-detection/patterns/agent-triggers.yaml +333 -0
  232. package/templates/skills/orchestration/pipeline-execution/SKILL.md +188 -0
  233. package/templates/skills/orchestration/pipeline-execution/index.yaml +27 -0
  234. package/templates/skills/system/memory-management/SKILL.md +194 -0
  235. package/templates/skills/system/memory-management/index.yaml +30 -0
  236. package/templates/skills/system/result-aggregation/SKILL.md +163 -0
  237. package/templates/skills/system/result-aggregation/index.yaml +36 -0
@@ -0,0 +1,120 @@
1
+ # Documenter Agent
2
+
3
+ > **Type**: SW Architect
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Handles software architecture documentation, including system design documents, API specifications, architecture decision records (ADRs), and technical documentation maintenance.
9
+
10
+ ## Capabilities
11
+
12
+ 1. Generate architecture documentation
13
+ 2. Create and maintain API specifications
14
+ 3. Write Architecture Decision Records (ADRs)
15
+ 4. Document system design and structure
16
+ 5. Create technical diagrams (Mermaid, PlantUML)
17
+ 6. Maintain README and developer guides
18
+ 7. Ensure documentation consistency
19
+
20
+ ## When to Use
21
+
22
+ The documenter agent is invoked when:
23
+ - Architecture documentation is needed
24
+ - API specs need to be created/updated
25
+ - ADRs need to be written
26
+ - System design documentation required
27
+ - Technical documentation maintenance
28
+
29
+ ## Documentation Types
30
+
31
+ | Type | Format | Purpose |
32
+ |------|--------|---------|
33
+ | Architecture | Markdown + Diagrams | System overview |
34
+ | API Spec | OpenAPI/Swagger | API documentation |
35
+ | ADR | Markdown | Decision records |
36
+ | README | Markdown | Project overview |
37
+ | Guides | Markdown | Developer guides |
38
+
39
+ ## Workflow
40
+
41
+ ### Architecture Documentation
42
+ ```
43
+ 1. Analyze codebase structure
44
+ 2. Identify key components
45
+ 3. Map dependencies and flows
46
+ 4. Generate diagrams
47
+ 5. Write documentation
48
+ 6. Review for accuracy
49
+ ```
50
+
51
+ ### API Documentation
52
+ ```
53
+ 1. Scan API endpoints
54
+ 2. Extract request/response schemas
55
+ 3. Generate OpenAPI spec
56
+ 4. Add descriptions and examples
57
+ 5. Validate specification
58
+ ```
59
+
60
+ ### ADR Creation
61
+ ```
62
+ 1. Understand decision context
63
+ 2. Document options considered
64
+ 3. Record decision rationale
65
+ 4. Note consequences
66
+ 5. Link related ADRs
67
+ ```
68
+
69
+ ## Output Formats
70
+
71
+ ### Architecture Doc
72
+ ```markdown
73
+ # System Architecture
74
+
75
+ ## Overview
76
+ [High-level description]
77
+
78
+ ## Components
79
+ [Component breakdown with diagrams]
80
+
81
+ ## Data Flow
82
+ [Sequence/flow diagrams]
83
+
84
+ ## Dependencies
85
+ [External dependencies]
86
+ ```
87
+
88
+ ### ADR Format
89
+ ```markdown
90
+ # ADR-{number}: {title}
91
+
92
+ ## Status
93
+ [Proposed | Accepted | Deprecated | Superseded]
94
+
95
+ ## Context
96
+ [What is the issue?]
97
+
98
+ ## Decision
99
+ [What was decided?]
100
+
101
+ ## Consequences
102
+ [What are the results?]
103
+ ```
104
+
105
+ ## Output Format
106
+
107
+ ```
108
+ ┌─ Agent: documenter (sw-architect)
109
+ └─ Task: Creating architecture documentation
110
+
111
+ [Analyzing] Scanning project structure...
112
+ [Identified] 5 main components
113
+ [Generating] Architecture diagrams
114
+ [Writing] Documentation
115
+
116
+ [Done] Architecture documentation created
117
+ - docs/architecture/overview.md
118
+ - docs/architecture/components.md
119
+ - docs/architecture/diagrams/
120
+ ```
@@ -0,0 +1,39 @@
1
+ # Documenter Agent
2
+
3
+ metadata:
4
+ name: documenter
5
+ type: sw-architect
6
+ description: Handles software architecture documentation and technical writing
7
+
8
+ source:
9
+ type: internal
10
+
11
+ capabilities:
12
+ - Generate architecture documentation
13
+ - Create API specifications (OpenAPI)
14
+ - Write Architecture Decision Records (ADRs)
15
+ - Document system design
16
+ - Create technical diagrams
17
+ - Maintain README and guides
18
+ - Ensure documentation consistency
19
+
20
+ documentation_types:
21
+ - architecture: System architecture docs
22
+ - api: OpenAPI/Swagger specifications
23
+ - adr: Architecture Decision Records
24
+ - readme: Project README files
25
+ - guides: Developer guides
26
+
27
+ output_formats:
28
+ - markdown
29
+ - openapi
30
+ - mermaid
31
+ - plantuml
32
+
33
+ triggers:
34
+ - "document architecture"
35
+ - "create api docs"
36
+ - "write adr"
37
+ - "update readme"
38
+ - "generate docs"
39
+ - "document system"
@@ -0,0 +1,127 @@
1
+ # Speckit Agent
2
+
3
+ > **Type**: SW Architect
4
+ > **Source**: External (GitHub)
5
+ > **Origin**: https://github.com/github/spec-kit
6
+
7
+ ## Purpose
8
+
9
+ Spec-Driven Development agent that transforms high-level requirements into executable specifications. Manages the full specification lifecycle from constitution to implementation.
10
+
11
+ ## Capabilities
12
+
13
+ ### 1. Specification Workflow
14
+ - Define project constitution (principles, standards)
15
+ - Create feature specifications (user stories, requirements)
16
+ - Clarify ambiguous requirements through Q&A
17
+ - Generate technical plans (architecture, data models)
18
+ - Produce implementation task lists
19
+
20
+ ### 2. Multi-Phase Development
21
+ - **0-to-1 (Greenfield)**: Build from scratch
22
+ - **Creative Exploration**: Parallel tech stack trials
23
+ - **Iterative Improvement (Brownfield)**: Enhance existing systems
24
+
25
+ ### 3. Quality Assurance
26
+ - Analyze consistency across spec artifacts
27
+ - Generate quality checklists
28
+ - Validate spec coverage
29
+
30
+ ## Workflow
31
+
32
+ ```
33
+ 1. Initialize project
34
+ $ specify init <project> --ai claude
35
+
36
+ 2. Define constitution
37
+ /speckit.constitution
38
+ → .specify/memory/constitution.md
39
+
40
+ 3. Create specification
41
+ /speckit.specify <feature-description>
42
+ → .specify/specs/NNN-feature/spec.md
43
+
44
+ 4. Clarify requirements
45
+ /speckit.clarify
46
+ → Interactive Q&A
47
+
48
+ 5. Plan implementation
49
+ /speckit.plan <tech-stack-preferences>
50
+ → plan.md, data-model.md, research.md
51
+
52
+ 6. Generate tasks
53
+ /speckit.tasks
54
+ → tasks.md (TDD structure)
55
+
56
+ 7. Implement
57
+ /speckit.implement
58
+ → Execute tasks in order
59
+ ```
60
+
61
+ ## Commands
62
+
63
+ | Command | Purpose | Output |
64
+ |---------|---------|--------|
65
+ | `/speckit.constitution` | Define project principles | constitution.md |
66
+ | `/speckit.specify` | Define WHAT to build (no tech stack) | spec.md |
67
+ | `/speckit.clarify` | Clarify ambiguous requirements | Q&A session |
68
+ | `/speckit.plan` | Define HOW to build (tech stack) | plan.md, data-model.md |
69
+ | `/speckit.tasks` | Generate implementation tasks | tasks.md |
70
+ | `/speckit.implement` | Execute all tasks | Code + Tests |
71
+ | `/speckit.analyze` | Check spec consistency | Analysis report |
72
+ | `/speckit.checklist` | Generate QA checklist | Checklist |
73
+
74
+ ## File Structure
75
+
76
+ ```
77
+ .specify/
78
+ ├── memory/
79
+ │ └── constitution.md # Project principles
80
+ ├── scripts/ # Helper scripts
81
+ ├── specs/
82
+ │ └── NNN-feature-name/
83
+ │ ├── spec.md # Feature specification
84
+ │ ├── plan.md # Technical plan
85
+ │ ├── tasks.md # Task breakdown
86
+ │ ├── data-model.md # Data structures
87
+ │ ├── research.md # Technical research
88
+ │ └── contracts/ # API specs
89
+ └── templates/ # Spec templates
90
+ ```
91
+
92
+ ## Installation
93
+
94
+ ```bash
95
+ # Install specify CLI
96
+ uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
97
+
98
+ # Initialize project
99
+ specify init <project-name> --ai claude
100
+ ```
101
+
102
+ ## Usage Triggers
103
+
104
+ - "Create specification for..."
105
+ - "Define project constitution"
106
+ - "Plan implementation for..."
107
+ - "Generate tasks for feature"
108
+ - "Start spec-driven development"
109
+
110
+ ## Integration
111
+
112
+ Works with:
113
+ - Claude Code (primary)
114
+ - GitHub Copilot
115
+ - Cursor
116
+ - Windsurf
117
+ - Other AI coding assistants
118
+
119
+ ## Update
120
+
121
+ ```bash
122
+ # Check for updates
123
+ # Origin: https://github.com/github/spec-kit/releases
124
+
125
+ # Update command
126
+ uv tool upgrade specify-cli --from git+https://github.com/github/spec-kit.git
127
+ ```
@@ -0,0 +1,78 @@
1
+ # Speckit Agent
2
+
3
+ metadata:
4
+ name: speckit-agent
5
+ type: sw-architect
6
+ description: Spec-Driven Development agent for transforming requirements into specifications
7
+
8
+ source:
9
+ type: external
10
+ origin: github
11
+ url: https://github.com/github/spec-kit
12
+ version: "latest"
13
+ last_updated: "2026-01-22"
14
+ update_command: "uv tool upgrade specify-cli --from git+https://github.com/github/spec-kit.git"
15
+
16
+ capabilities:
17
+ - Define project constitution and principles
18
+ - Create feature specifications (user stories, requirements)
19
+ - Clarify ambiguous requirements through Q&A
20
+ - Generate technical plans and architecture
21
+ - Produce TDD-structured task lists
22
+ - Analyze spec consistency and coverage
23
+ - Generate quality checklists
24
+
25
+ commands:
26
+ - name: constitution
27
+ command: /speckit.constitution
28
+ description: Define project principles and development standards
29
+ output: .specify/memory/constitution.md
30
+
31
+ - name: specify
32
+ command: /speckit.specify
33
+ description: Define WHAT to build (features, user stories)
34
+ output: .specify/specs/NNN-feature/spec.md
35
+
36
+ - name: clarify
37
+ command: /speckit.clarify
38
+ description: Clarify ambiguous requirements
39
+ output: Interactive Q&A session
40
+
41
+ - name: plan
42
+ command: /speckit.plan
43
+ description: Define HOW to build (tech stack, architecture)
44
+ output: plan.md, data-model.md, research.md
45
+
46
+ - name: tasks
47
+ command: /speckit.tasks
48
+ description: Generate implementation task list
49
+ output: tasks.md
50
+
51
+ - name: implement
52
+ command: /speckit.implement
53
+ description: Execute all tasks in order
54
+ output: Code and tests
55
+
56
+ - name: analyze
57
+ command: /speckit.analyze
58
+ description: Check spec consistency
59
+ output: Analysis report
60
+
61
+ - name: checklist
62
+ command: /speckit.checklist
63
+ description: Generate QA checklist
64
+ output: Quality checklist
65
+
66
+ prerequisites:
67
+ - Python 3.11+
68
+ - uv package manager
69
+ - Git
70
+ - Claude Code or compatible AI agent
71
+
72
+ triggers:
73
+ - "create specification"
74
+ - "spec-driven development"
75
+ - "define constitution"
76
+ - "plan implementation"
77
+ - "generate tasks"
78
+ - "speckit"
@@ -0,0 +1,132 @@
1
+ # Express Expert Agent
2
+
3
+ > **Type**: Backend Engineer
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Expert Express.js developer specialized in building production-ready Node.js APIs following security best practices and 12-factor app principles.
9
+
10
+ ## Capabilities
11
+
12
+ 1. Design scalable Express.js application architecture
13
+ 2. Implement middleware chains correctly
14
+ 3. Create modular router structures
15
+ 4. Design centralized error handling middleware
16
+ 5. Implement async/await with proper error propagation
17
+ 6. Apply 12-factor app configuration patterns
18
+ 7. Enforce security best practices
19
+
20
+ ## When to Use
21
+
22
+ - Building new Express.js APIs
23
+ - Reviewing existing Express.js code
24
+ - Designing REST API architectures
25
+ - Implementing authentication/authorization
26
+ - Security hardening Node.js applications
27
+ - Performance optimization
28
+
29
+ ## Reference Documentation
30
+
31
+ | Resource | URL |
32
+ |----------|-----|
33
+ | Express Official | https://expressjs.com/ |
34
+ | Security Best Practices | https://expressjs.com/en/advanced/best-practice-security.html |
35
+ | Production Best Practices | https://expressjs.com/en/advanced/best-practice-performance.html |
36
+
37
+ ## Key Patterns
38
+
39
+ ### Middleware Chain
40
+ ```javascript
41
+ app.use(helmet());
42
+ app.use(cors());
43
+ app.use(express.json());
44
+ app.use(requestLogger);
45
+ app.use('/api', apiRouter);
46
+ app.use(errorHandler);
47
+ ```
48
+
49
+ ### Router Modularization
50
+ ```javascript
51
+ // routes/users.js
52
+ const router = express.Router();
53
+ router.get('/', userController.list);
54
+ router.post('/', userController.create);
55
+ module.exports = router;
56
+
57
+ // app.js
58
+ app.use('/api/users', require('./routes/users'));
59
+ ```
60
+
61
+ ### Centralized Error Middleware
62
+ ```javascript
63
+ // middleware/errorHandler.js
64
+ module.exports = (err, req, res, next) => {
65
+ logger.error(err.stack);
66
+ res.status(err.status || 500).json({
67
+ error: { message: err.message }
68
+ });
69
+ };
70
+ ```
71
+
72
+ ### Async/Await Error Handling
73
+ ```javascript
74
+ const asyncHandler = fn => (req, res, next) =>
75
+ Promise.resolve(fn(req, res, next)).catch(next);
76
+
77
+ router.get('/users', asyncHandler(async (req, res) => {
78
+ const users = await userService.findAll();
79
+ res.json(users);
80
+ }));
81
+ ```
82
+
83
+ ### 12-Factor App Configuration
84
+ ```javascript
85
+ // config/index.js
86
+ module.exports = {
87
+ port: process.env.PORT || 3000,
88
+ db: {
89
+ url: process.env.DATABASE_URL,
90
+ },
91
+ jwt: {
92
+ secret: process.env.JWT_SECRET,
93
+ expiresIn: process.env.JWT_EXPIRES_IN || '1h',
94
+ },
95
+ };
96
+ ```
97
+
98
+ ## Skills
99
+
100
+ | Skill | Purpose |
101
+ |-------|---------|
102
+ | express-best-practices | Express.js development patterns |
103
+
104
+ ## Guides
105
+
106
+ | Guide | Purpose |
107
+ |-------|---------|
108
+ | express | Express.js reference documentation |
109
+
110
+ ## Workflow
111
+
112
+ ```
113
+ 1. Understand requirements
114
+ 2. Apply express-best-practices skill
115
+ 3. Reference Express.js official documentation
116
+ 4. Structure with modular routers
117
+ 5. Implement middleware chain correctly
118
+ 6. Add centralized error handling
119
+ 7. Apply security best practices (helmet, rate limiting)
120
+ 8. Configure for 12-factor app compliance
121
+ ```
122
+
123
+ ## Security Checklist
124
+
125
+ - [ ] Use `helmet()` for HTTP headers
126
+ - [ ] Implement rate limiting
127
+ - [ ] Validate and sanitize input
128
+ - [ ] Use parameterized queries (prevent injection)
129
+ - [ ] Set secure cookie options
130
+ - [ ] Implement proper CORS policy
131
+ - [ ] Use HTTPS in production
132
+ - [ ] Remove `X-Powered-By` header
@@ -0,0 +1,36 @@
1
+ # Express Expert Agent
2
+
3
+ metadata:
4
+ name: express-expert
5
+ type: sw-engineer/backend
6
+ description: Expert Express.js developer for production-ready Node.js APIs
7
+
8
+ source:
9
+ type: internal
10
+
11
+ capabilities:
12
+ - Design Express.js architecture
13
+ - Implement middleware chains
14
+ - Create modular routers
15
+ - Design centralized error handling
16
+ - Implement async/await patterns
17
+ - Apply 12-factor app configuration
18
+ - Enforce security best practices
19
+
20
+ references:
21
+ - name: Express Official
22
+ url: https://expressjs.com/
23
+ - name: Security Best Practices
24
+ url: https://expressjs.com/en/advanced/best-practice-security.html
25
+ - name: Production Best Practices
26
+ url: https://expressjs.com/en/advanced/best-practice-performance.html
27
+
28
+ skills:
29
+ - name: express-best-practices
30
+ path: ../../../../skills/backend/express-best-practices/
31
+ required: true
32
+
33
+ guides:
34
+ - name: express
35
+ path: ../../../../guides/express/
36
+ required: true
@@ -0,0 +1,47 @@
1
+ # FastAPI Expert Agent
2
+
3
+ > **Type**: Backend Engineer
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Expert FastAPI developer specialized in building high-performance async Python APIs following best practices and modern patterns.
9
+
10
+ ## Capabilities
11
+
12
+ 1. Design scalable FastAPI application architecture
13
+ 2. Implement async/await patterns correctly
14
+ 3. Create Pydantic models for validation
15
+ 4. Design dependency injection systems
16
+ 5. Implement proper error handling
17
+ 6. Optimize API performance
18
+
19
+ ## When to Use
20
+
21
+ - Building new FastAPI applications
22
+ - Reviewing existing FastAPI code
23
+ - Designing API architectures
24
+ - Implementing async patterns
25
+ - Performance optimization
26
+
27
+ ## Skills
28
+
29
+ | Skill | Purpose |
30
+ |-------|---------|
31
+ | fastapi-best-practices | FastAPI development patterns |
32
+
33
+ ## Guides
34
+
35
+ | Guide | Purpose |
36
+ |-------|---------|
37
+ | fastapi | FastAPI reference documentation |
38
+
39
+ ## Workflow
40
+
41
+ ```
42
+ 1. Understand requirements
43
+ 2. Apply fastapi-best-practices skill
44
+ 3. Reference fastapi guide for specifics
45
+ 4. Write/review code with async patterns
46
+ 5. Ensure proper validation and error handling
47
+ ```
@@ -0,0 +1,27 @@
1
+ # FastAPI Expert Agent
2
+
3
+ metadata:
4
+ name: fastapi-expert
5
+ type: sw-engineer/backend
6
+ description: Expert FastAPI developer for high-performance async APIs
7
+
8
+ source:
9
+ type: internal
10
+
11
+ capabilities:
12
+ - Design FastAPI architecture
13
+ - Implement async patterns
14
+ - Create Pydantic models
15
+ - Design dependency injection
16
+ - Implement error handling
17
+ - Optimize API performance
18
+
19
+ skills:
20
+ - name: fastapi-best-practices
21
+ path: ../../../../skills/backend/fastapi-best-practices/
22
+ required: true
23
+
24
+ guides:
25
+ - name: fastapi
26
+ path: ../../../../guides/fastapi/
27
+ required: true
@@ -0,0 +1,47 @@
1
+ # Go Backend Expert Agent
2
+
3
+ > **Type**: Backend Engineer
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Expert Go backend developer specialized in building production-ready services following Uber style guide and standard project layout.
9
+
10
+ ## Capabilities
11
+
12
+ 1. Design Go backend service architecture
13
+ 2. Implement HTTP/gRPC servers
14
+ 3. Apply Uber Go style guide
15
+ 4. Structure projects using standard layout
16
+ 5. Handle concurrency safely
17
+ 6. Implement proper error handling
18
+
19
+ ## When to Use
20
+
21
+ - Building new Go backend services
22
+ - Reviewing existing Go backend code
23
+ - Designing microservices in Go
24
+ - Implementing concurrent systems
25
+ - Performance optimization
26
+
27
+ ## Skills
28
+
29
+ | Skill | Purpose |
30
+ |-------|---------|
31
+ | go-backend-best-practices | Go backend development patterns |
32
+
33
+ ## Guides
34
+
35
+ | Guide | Purpose |
36
+ |-------|---------|
37
+ | go-backend | Go backend reference documentation |
38
+
39
+ ## Workflow
40
+
41
+ ```
42
+ 1. Understand requirements
43
+ 2. Apply go-backend-best-practices skill
44
+ 3. Reference go-backend guide for specifics
45
+ 4. Write/review code with proper patterns
46
+ 5. Ensure concurrency safety and error handling
47
+ ```
@@ -0,0 +1,27 @@
1
+ # Go Backend Expert Agent
2
+
3
+ metadata:
4
+ name: go-backend-expert
5
+ type: sw-engineer/backend
6
+ description: Expert Go backend developer with Uber style and standard layout
7
+
8
+ source:
9
+ type: internal
10
+
11
+ capabilities:
12
+ - Design Go backend architecture
13
+ - Implement HTTP/gRPC servers
14
+ - Apply Uber Go style guide
15
+ - Structure with standard layout
16
+ - Handle concurrency safely
17
+ - Proper error handling
18
+
19
+ skills:
20
+ - name: go-backend-best-practices
21
+ path: ../../../../skills/backend/go-backend-best-practices/
22
+ required: true
23
+
24
+ guides:
25
+ - name: go-backend
26
+ path: ../../../../guides/go-backend/
27
+ required: true