codymaster 4.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.
- package/CHANGELOG.md +50 -0
- package/README.md +285 -0
- package/adapters/antigravity.js +15 -0
- package/adapters/claude-code.js +17 -0
- package/adapters/cursor.js +16 -0
- package/commands/bootstrap.md +49 -0
- package/commands/build.md +48 -0
- package/commands/content.md +48 -0
- package/commands/continuity.md +60 -0
- package/commands/debug.md +51 -0
- package/commands/demo.md +96 -0
- package/commands/deploy.md +51 -0
- package/commands/plan.md +42 -0
- package/commands/review.md +55 -0
- package/commands/track.md +46 -0
- package/commands/ux.md +46 -0
- package/dist/agent-dispatch.js +161 -0
- package/dist/chains/builtin.js +85 -0
- package/dist/continuity.js +385 -0
- package/dist/dashboard.js +926 -0
- package/dist/data.js +122 -0
- package/dist/index.js +2434 -0
- package/dist/judge.js +252 -0
- package/dist/parallel-dispatch.js +359 -0
- package/dist/parallel-quality.js +172 -0
- package/dist/skill-chain.js +258 -0
- package/install.sh +513 -0
- package/package.json +79 -0
- package/skills/.content-factory-state.json +132 -0
- package/skills/.git 2/logs/refs/heads/main +1 -0
- package/skills/.git 2/logs/refs/remotes/origin/main +1 -0
- package/skills/.git 2/objects/02/fb0956734b5f8ba3f918b7defd04a89cfe0076 +0 -0
- package/skills/.git 2/objects/08/1e129d75dc6feac6c02037272e6bd1a04e3324 +0 -0
- package/skills/.git 2/objects/0c/5393416f3c5e01c9a655a802bff0dd52f76f0a +0 -0
- package/skills/.git 2/objects/10/0b9be46978a946a77188f68be725098a122001 +0 -0
- package/skills/.git 2/objects/10/cf041167fc9843610eb3d90259ef3396315fdc +0 -0
- package/skills/.git 2/objects/12/5e19538dd6e1338ffe74f6c4c165b00435bf48 +0 -0
- package/skills/.git 2/objects/16/a9b9d0088d5c1347628b45a2620b479d8ad57c +0 -0
- package/skills/.git 2/objects/17/8c2a9ef93c33ae4eec9d58e82321f9229843a1 +0 -0
- package/skills/.git 2/objects/25/397ae41d09104d763bdcac2695209d85cdea89 +0 -0
- package/skills/.git 2/objects/2f/a836b7947f2d458e1f639788bf4bb0983a3305 +0 -0
- package/skills/.git 2/objects/3a/baaaf0a1c0909c0828335791557125fba911e0 +0 -0
- package/skills/.git 2/objects/42/2924221b81f5ce3c4e4daac9a64a24f9b01f9a +0 -0
- package/skills/.git 2/objects/42/ec0ce707447dc11446a34c9995fb8533801731 +0 -0
- package/skills/.git 2/objects/46/e43ce92866d56ce74b1d750db307cfe6154a15 +0 -0
- package/skills/.git 2/objects/48/5e41b633c63f55b8277bcc59f44f67681f671a +0 -0
- package/skills/.git 2/objects/49/49c596a3a89fa240642acd95dd3258e261eb09 +0 -0
- package/skills/.git 2/objects/50/9d42d8412ef8eaf7f7e138476bac2e4d10ce60 +0 -0
- package/skills/.git 2/objects/55/0c8c389d981b463ef849aeb792d8be3ccb6ec8 +0 -0
- package/skills/.git 2/objects/5d/82d3b18410cdda3ace3677436f0cb599dbe2d2 +0 -0
- package/skills/.git 2/objects/60/0617c58e871a38b33bf29e282d132bb3c381ad +0 -0
- package/skills/.git 2/objects/6a/8369a99c687b7245c92ffaf0e0f0dab9014504 +0 -0
- package/skills/.git 2/objects/79/bea435d40ab531c1aaf6be0432c6a5b7aaed21 +0 -0
- package/skills/.git 2/objects/7e/5ebd79251c2f14e4aceb86c74b6b6daae6b500 +0 -0
- package/skills/.git 2/objects/81/98a822a60178d6d5023ddb3e222cddf048742e +0 -0
- package/skills/.git 2/objects/86/0a0e1943dfe53411d2e499a1f16f46a96ef758 +0 -0
- package/skills/.git 2/objects/86/971fb55fdc081fdbae52376f0f13e57a4e9b04 +0 -0
- package/skills/.git 2/objects/88/b89dd609a0a03f8d4fe8bfde20d5b8fc1d326d +0 -0
- package/skills/.git 2/objects/90/8737edb6b7809e32cc01590b4e08ba42a9d40d +0 -0
- package/skills/.git 2/objects/93/d5a8a9a7d4fb7f11491cb596a6880528725118 +0 -0
- package/skills/.git 2/objects/98/46a2ab81d0c3b3eb00ef88fc56989aa7e9f316 +0 -0
- package/skills/.git 2/objects/9b/d8dd1e49cf274eaf9c555f3ab39dce7af5715e +0 -0
- package/skills/.git 2/objects/a1/13329fb0cec96ae78b222d33a24c3b5bc7fa1f +0 -0
- package/skills/.git 2/objects/a9/e6effe626e8a3aea3a8fc3364b492191c6e7d0 +0 -0
- package/skills/.git 2/objects/ad/6de7e48d9782cca9353d1ff0aa1aab7fe1df85 +0 -0
- package/skills/.git 2/objects/af/54ae316f771ff692e299ffcd8bf2f06b413b59 +0 -0
- package/skills/.git 2/objects/b0/4cb8b0b00dad633e731c1472161419e738d674 +0 -0
- package/skills/.git 2/objects/b3/094abb0b9ed46419b269e4a4e36a459690e3b0 +0 -0
- package/skills/.git 2/objects/b9/435c5d4baac2cfc5c83009ddd27b46b60db5f1 +0 -0
- package/skills/.git 2/objects/ba/5da17dbaec5ec2dcfdfd126aead518d1171d5c +0 -0
- package/skills/.git 2/objects/c0/bf58703aa258ba5dd63083bebaec8f223d844c +0 -0
- package/skills/.git 2/objects/c4/701a34edf1fc1bad58ccc57bd03f9426acb59a +0 -0
- package/skills/.git 2/objects/c7/5ccce9a4e5cc74d9b3174550cf6d993ca43638 +0 -0
- package/skills/.git 2/objects/c7/710d59b5a35b0f1f0a0399386643a0bd94c929 +0 -0
- package/skills/.git 2/objects/d1/fe58237112e953e5fec52da22cf38e08be3df9 +5 -0
- package/skills/.git 2/objects/d2/2bbe9fd2f74c95bc5583e803f5e435f1e2cd86 +0 -0
- package/skills/.git 2/objects/d7/e72852ea2bff74581dbf247d400120086229f4 +0 -0
- package/skills/.git 2/objects/d8/d4c3b5553e4fd72807e1d4b49ef07d9ef3ac35 +0 -0
- package/skills/.git 2/objects/dc/75050c2876f6a02ae2a53a3c886f395b622977 +0 -0
- package/skills/.git 2/objects/ee/e8546f95acec500187c08a28a8b9ee02db0dec +0 -0
- package/skills/.git 2/objects/ef/263c059208b416c2146434f10cb2b9fabcba16 +0 -0
- package/skills/.git 2/objects/f3/ae597e84d9a59b88acd21c99bde2eaf686d785 +0 -0
- package/skills/.git 2/objects/f3/f6f5673c821d3d8e76fa267a9e882e7a5387ea +0 -0
- package/skills/.git 2/objects/f9/6e6d0ad02624dd11d5848594d056caef7a5e8b +0 -0
- package/skills/.git 2/objects/ff/278988fc1edf0db3abcf18de795f4cc0b4f3e1 +0 -0
- package/skills/.git 2/refs/heads/main +1 -0
- package/skills/.git 2/refs/remotes/origin/main +1 -0
- package/skills/.pytest_cache 2/v/cache/nodeids +76 -0
- package/skills/.pytest_cache 2/v/cache/stepwise +1 -0
- package/skills/_shared/helpers.md +123 -0
- package/skills/_shared/outputs-convention.md +24 -0
- package/skills/cm-ads-tracker/SKILL.md +109 -0
- package/skills/cm-ads-tracker/evals/evals.json +55 -0
- package/skills/cm-ads-tracker/references/gtm-architecture.md +321 -0
- package/skills/cm-ads-tracker/references/industry-events.md +294 -0
- package/skills/cm-ads-tracker/references/platforms-api.md +238 -0
- package/skills/cm-ads-tracker/templates/capi-payload.md +79 -0
- package/skills/cm-ads-tracker/templates/datalayer-push.js +104 -0
- package/skills/cm-ads-tracker/templates/gtm-variables.js +56 -0
- package/skills/cm-brainstorm-idea/SKILL.md +423 -0
- package/skills/cm-code-review/SKILL.md +151 -0
- package/skills/cm-content-factory/SKILL.md +416 -0
- package/skills/cm-continuity/SKILL.md +399 -0
- package/skills/cm-dashboard/SKILL.md +533 -0
- package/skills/cm-dashboard/ui/app.js +1270 -0
- package/skills/cm-dashboard/ui/index.html +206 -0
- package/skills/cm-dashboard/ui/style.css +440 -0
- package/skills/cm-debugging/SKILL.md +412 -0
- package/skills/cm-deep-search/SKILL.md +242 -0
- package/skills/cm-design-system/SKILL.md +97 -0
- package/skills/cm-design-system/resources/halo-modern.md +40 -0
- package/skills/cm-design-system/resources/lunaris-advanced.md +40 -0
- package/skills/cm-design-system/resources/nitro-enterprise.md +39 -0
- package/skills/cm-design-system/resources/shadcn-default.md +37 -0
- package/skills/cm-dockit/README.md +100 -0
- package/skills/cm-dockit/SKILL.md +302 -0
- package/skills/cm-dockit/index.html +443 -0
- package/skills/cm-dockit/package-lock.json +1850 -0
- package/skills/cm-dockit/package.json +14 -0
- package/skills/cm-dockit/prompts/analysis.md +34 -0
- package/skills/cm-dockit/prompts/api-reference.md +24 -0
- package/skills/cm-dockit/prompts/architecture.md +21 -0
- package/skills/cm-dockit/prompts/data-flow.md +20 -0
- package/skills/cm-dockit/prompts/database.md +21 -0
- package/skills/cm-dockit/prompts/deployment.md +22 -0
- package/skills/cm-dockit/prompts/flows.md +21 -0
- package/skills/cm-dockit/prompts/jtbd.md +20 -0
- package/skills/cm-dockit/prompts/personas.md +24 -0
- package/skills/cm-dockit/prompts/sop-modules.md +40 -0
- package/skills/cm-dockit/scripts/doc-gen.sh +121 -0
- package/skills/cm-dockit/scripts/dockit-dashboard.sh +142 -0
- package/skills/cm-dockit/scripts/dockit-runner.sh +607 -0
- package/skills/cm-dockit/scripts/dockit-task.sh +166 -0
- package/skills/cm-dockit/skills/analyze-codebase.md +174 -0
- package/skills/cm-dockit/skills/api-reference.md +237 -0
- package/skills/cm-dockit/skills/changelog-guide.md +195 -0
- package/skills/cm-dockit/skills/content-guidelines.md +190 -0
- package/skills/cm-dockit/skills/sop-guide.md +184 -0
- package/skills/cm-dockit/skills/tech-docs.md +287 -0
- package/skills/cm-dockit/templates/markdown/structure.md +60 -0
- package/skills/cm-dockit/templates/vitepress-premium/.vitepress/config.mts +110 -0
- package/skills/cm-dockit/templates/vitepress-premium/.vitepress/theme/custom.css +189 -0
- package/skills/cm-dockit/templates/vitepress-premium/.vitepress/theme/index.ts +4 -0
- package/skills/cm-dockit/templates/vitepress-premium/package.json +19 -0
- package/skills/cm-dockit/templates/vitepress-premium/tests/frontend.test.ts +45 -0
- package/skills/cm-dockit/tests/runner.test.ts +66 -0
- package/skills/cm-dockit/workflows/export-markdown.md +82 -0
- package/skills/cm-dockit/workflows/generate-docs.md +68 -0
- package/skills/cm-dockit/workflows/setup-vitepress.md +181 -0
- package/skills/cm-example/SKILL.md +26 -0
- package/skills/cm-execution/SKILL.md +268 -0
- package/skills/cm-git-worktrees/SKILL.md +164 -0
- package/skills/cm-how-it-work/SKILL.md +189 -0
- package/skills/cm-identity-guard/SKILL.md +412 -0
- package/skills/cm-jtbd/SKILL.md +98 -0
- package/skills/cm-planning/SKILL.md +130 -0
- package/skills/cm-project-bootstrap/SKILL.md +161 -0
- package/skills/cm-project-bootstrap/templates/AGENTS.md +42 -0
- package/skills/cm-project-bootstrap/templates/frontend-safety.test.js +51 -0
- package/skills/cm-project-bootstrap/templates/i18n-sync.test.js +38 -0
- package/skills/cm-project-bootstrap/templates/pr-template.md +12 -0
- package/skills/cm-project-bootstrap/templates/project-identity.json +29 -0
- package/skills/cm-project-bootstrap/templates/vitest.config.js +10 -0
- package/skills/cm-quality-gate/SKILL.md +218 -0
- package/skills/cm-readit/SKILL.md +289 -0
- package/skills/cm-readit/audio-player.md +206 -0
- package/skills/cm-readit/examples/blog-reader.js +352 -0
- package/skills/cm-readit/examples/voice-cro.js +390 -0
- package/skills/cm-readit/tts-engine.md +262 -0
- package/skills/cm-readit/ui-patterns.md +362 -0
- package/skills/cm-readit/voice-cro.md +223 -0
- package/skills/cm-safe-deploy/SKILL.md +120 -0
- package/skills/cm-safe-deploy/templates/deploy.sh +89 -0
- package/skills/cm-safe-i18n/SKILL.md +473 -0
- package/skills/cm-secret-shield/SKILL.md +580 -0
- package/skills/cm-skill-chain/SKILL.md +78 -0
- package/skills/cm-skill-index/SKILL.md +318 -0
- package/skills/cm-skill-mastery/SKILL.md +169 -0
- package/skills/cm-start/SKILL.md +65 -0
- package/skills/cm-status/SKILL.md +12 -0
- package/skills/cm-tdd/SKILL.md +370 -0
- package/skills/cm-terminal/SKILL.md +177 -0
- package/skills/cm-test-gate/SKILL.md +242 -0
- package/skills/cm-ui-preview/SKILL.md +291 -0
- package/skills/cm-ux-master/DESIGN_STANDARD_TEMPLATE.md +54 -0
- package/skills/cm-ux-master/SKILL.md +114 -0
- package/skills/cro-methodology/SKILL.md +98 -0
- package/skills/cro-methodology/references/COPYWRITING.md +178 -0
- package/skills/cro-methodology/references/OBJECTIONS.md +135 -0
- package/skills/cro-methodology/references/PERSUASION.md +158 -0
- package/skills/cro-methodology/references/RESEARCH.md +220 -0
- package/skills/cro-methodology/references/funnel-analysis.md +365 -0
- package/skills/cro-methodology/references/testing-methodology.md +330 -0
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cm-skill-index
|
|
3
|
+
description: "Progressive Disclosure skill index — efficient skill loading in 3 layers. Layer 1 (index, ~100 tokens) always loaded. Layer 2 (summary, ~300 tokens) loaded on context need. Layer 3 (full SKILL.md) loaded on execution only."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill Index — Progressive Disclosure Engine
|
|
7
|
+
|
|
8
|
+
> **Save 90%+ tokens.** Agents scan the index first, load full skills only when executing.
|
|
9
|
+
> Inspired by Loki Mode's 3-Layer Progressive Disclosure memory architecture.
|
|
10
|
+
|
|
11
|
+
## The Problem
|
|
12
|
+
|
|
13
|
+
Traditional approach: Load every SKILL.md to decide which skill to use.
|
|
14
|
+
- 30+ skills × ~3000 tokens each = **90,000+ tokens just for discovery**
|
|
15
|
+
- Agent only needs ~500 tokens to make the choice
|
|
16
|
+
- **89,500 tokens wasted on reading full skills**
|
|
17
|
+
|
|
18
|
+
## The Solution: 3-Layer Loading
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
┌────────────────────────────────────────────────┐
|
|
22
|
+
│ LAYER 1: INDEX (~100 tokens per skill) │
|
|
23
|
+
│ Always loaded. Quick scan. "What exists?" │
|
|
24
|
+
│ Name + Domain + Triggers + 1-line summary │
|
|
25
|
+
└─────────────────────┬──────────────────────────┘
|
|
26
|
+
│ (match found?)
|
|
27
|
+
v
|
|
28
|
+
┌────────────────────────────────────────────────┐
|
|
29
|
+
│ LAYER 2: SUMMARY (~300 tokens per skill) │
|
|
30
|
+
│ Load when choosing. "Is this the right one?" │
|
|
31
|
+
│ Description + When to use + Integration table │
|
|
32
|
+
└─────────────────────┬──────────────────────────┘
|
|
33
|
+
│ (confirmed?)
|
|
34
|
+
v
|
|
35
|
+
┌────────────────────────────────────────────────┐
|
|
36
|
+
│ LAYER 3: FULL SKILL.md (1500-5000 tokens) │
|
|
37
|
+
│ Load ONLY during execution. "How to use it." │
|
|
38
|
+
│ Complete instructions, examples, red flags │
|
|
39
|
+
└────────────────────────────────────────────────┘
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Layer 1: Skill Index
|
|
43
|
+
|
|
44
|
+
**Always loaded by agents at session start.** Maximum 100 tokens per skill.
|
|
45
|
+
|
|
46
|
+
### Engineering Swarm 🔧
|
|
47
|
+
|
|
48
|
+
| Skill | Triggers | Summary |
|
|
49
|
+
|-------|----------|---------|
|
|
50
|
+
| `cm-tdd` | test, TDD, red-green-refactor | Red-Green-Refactor cycle before any implementation |
|
|
51
|
+
| `cm-debugging` | bug, error, fix, debug, broken | Root cause analysis before fixing. 5-phase investigation |
|
|
52
|
+
| `cm-quality-gate` | deploy, ship, verify, quality, gate | 6-gate verification: static analysis → blind review → ship |
|
|
53
|
+
| `cm-test-gate` | test setup, CI, test infrastructure | Setup 4-layer test gate for any project type |
|
|
54
|
+
| `cm-code-review` | review, PR, feedback, branch | Request reviews, handle feedback, complete branches |
|
|
55
|
+
|
|
56
|
+
### Operations Swarm ⚙️
|
|
57
|
+
|
|
58
|
+
| Skill | Triggers | Summary |
|
|
59
|
+
|-------|----------|---------|
|
|
60
|
+
| `cm-safe-deploy` | deploy, staging, production, release | Multi-gate deploy pipeline with rollback strategy |
|
|
61
|
+
| `cm-identity-guard` | git push, deploy, Cloudflare, Supabase, account | Verify identity before any push/deploy to prevent wrong-account |
|
|
62
|
+
| `cm-git-worktrees` | branch, isolate, worktree, parallel | Isolated git worktrees for feature work |
|
|
63
|
+
| `cm-terminal` | command, terminal, run, execute | Safe terminal execution with progress logging |
|
|
64
|
+
|
|
65
|
+
### Security Swarm 🔒
|
|
66
|
+
|
|
67
|
+
| Skill | Triggers | Summary |
|
|
68
|
+
|-------|----------|---------|
|
|
69
|
+
| `cm-secret-shield` | secret, token, leak, security, scan, pre-commit, gitleaks, rotate | Defense-in-depth: pre-commit hooks, repo scanning, token lifecycle |
|
|
70
|
+
|
|
71
|
+
### Product Swarm 🎨
|
|
72
|
+
|
|
73
|
+
| Skill | Triggers | Summary |
|
|
74
|
+
|-------|----------|---------|
|
|
75
|
+
| `cm-brainstorm-idea` | analyze, enhance, improve, initiative, evaluate, review product | Strategic analysis gate: 9 Windows + Double Diamond → 2-3 qualified options |
|
|
76
|
+
| `cm-planning` | plan, design, brainstorm, feature | Brainstorm intent → write implementation plan → then code |
|
|
77
|
+
| `cm-ux-master` | UI, UX, design, interface, usability | 48 UX Laws + 37 Design Tests + Figma/Stitch integration |
|
|
78
|
+
| `cm-ui-preview` | preview, visual, mockup, render UI, wireframe | Live UI concept generation via Google Stitch or Pencil MCP |
|
|
79
|
+
| `cm-dockit` | docs, documentation, knowledge base, SOP | Generate complete knowledge base from codebase |
|
|
80
|
+
| `cm-project-bootstrap` | new project, init, bootstrap, setup | Full project setup: design system → staging → CI → deploy |
|
|
81
|
+
| `cm-jtbd` | customer discovery, JTBD, jobs to be done, product-market fit, why users churn | JTBD canvas: Switch Interview → Outcome Metrics → Opportunity Scoring |
|
|
82
|
+
|
|
83
|
+
### Growth Swarm 📈
|
|
84
|
+
|
|
85
|
+
| Skill | Triggers | Summary |
|
|
86
|
+
|-------|----------|---------|
|
|
87
|
+
| `cm-content-factory` | content, blog, article, marketing | AI content engine: research → generate → audit → deploy |
|
|
88
|
+
| `cm-ads-tracker` | pixel, tracking, GTM, Meta, TikTok, Google Ads | Complete conversion tracking setup across platforms |
|
|
89
|
+
| `cro-methodology` | conversion, A/B test, landing page, funnel | CRO audit: funnel mapping → persuasion → objection handling |
|
|
90
|
+
|
|
91
|
+
### Orchestration Swarm 🎯
|
|
92
|
+
|
|
93
|
+
| Skill | Triggers | Summary |
|
|
94
|
+
|-------|----------|---------|
|
|
95
|
+
| `cm-execution` | execute, implement, plan, RARV, batch | Execute plans: batch mode, subagent-driven, parallel, or RARV |
|
|
96
|
+
| `cm-continuity` | memory, context, CONTINUITY, learnings | Working memory protocol: read at start, update at end |
|
|
97
|
+
| `cm-skill-mastery` | which skill, skill list, discover, help | Meta-skill: when to invoke skills, how to create new ones |
|
|
98
|
+
| `cm-safe-i18n` | translate, i18n, language, localize | Safe translation with multi-pass batching and audit gates |
|
|
99
|
+
| `cm-skill-chain` | chain, pipeline, workflow, multi-step, full process | Compose skills into automated multi-step pipelines |
|
|
100
|
+
| `cm-deep-search` | semantic search, find docs, large codebase, qmd | Optional power-up for semantic search across large projects |
|
|
101
|
+
| `cm-readit` | audio, TTS, read aloud, voice, speech, SpeechSynthesis, MP3 player | Web audio engine — TTS reader, pre-recorded MP3 player, Voice CRO triggers |
|
|
102
|
+
| `cm-how-it-work` | how does X work, explain, architecture overview | Explain how a system, feature, or codebase works |
|
|
103
|
+
|
|
104
|
+
### Workflow Commands 🖥️
|
|
105
|
+
|
|
106
|
+
| Skill | Triggers | Summary |
|
|
107
|
+
|-------|----------|---------|
|
|
108
|
+
| `cm-start` | /cm-start, start workflow, begin objective, new task | Orchestrate full cm-* workflow from objective to production code |
|
|
109
|
+
| `cm-dashboard` | /cm-dashboard, kanban, task board, show tasks, status board | Render Kanban board from cm-tasks.json — visual task overview |
|
|
110
|
+
| `cm-status` | /cm-status, quick status, progress, what's next, blocked | Ultra-concise progress summary: done / next / blocked |
|
|
111
|
+
|
|
112
|
+
### Planned (not yet implemented) 🧪
|
|
113
|
+
|
|
114
|
+
> Skills below do not have SKILL.md files yet.
|
|
115
|
+
|
|
116
|
+
| Skill | Triggers | Summary |
|
|
117
|
+
|-------|----------|---------|
|
|
118
|
+
| `mom-test` *(planned)* | customer interview, validate idea, leading questions | Customer interviews without leading questions |
|
|
119
|
+
| `release-it` *(planned)* | production, circuit breaker, timeout, chaos | Build production-ready systems with stability patterns |
|
|
120
|
+
| `medical-research` *(planned)* | medical, OB/GYN, clinical, evidence-based | Evidence-based medical writing with citation standards |
|
|
121
|
+
| `tailwind-mastery` *(planned)* | Tailwind, utility-first, responsive, v4 | Tailwind CSS utilities, responsive, accessibility |
|
|
122
|
+
| `pandasai-analytics` *(planned)* | DataFrame, analytics, forecast, time-series | Natural language DataFrame analysis and visual reports |
|
|
123
|
+
| `google-forms-sheet` *(planned)* | Google Form, sheet, App Script | Form-to-sheet integration with auto-retry |
|
|
124
|
+
|
|
125
|
+
### Community Skills Registry 🌐
|
|
126
|
+
|
|
127
|
+
> **59 pre-indexed community skills** from skills.sh. Install on-demand: `npx skills add {source} --skill {name} -a antigravity`
|
|
128
|
+
> If tech not listed here → fall back to `npx skills find "{keyword}"`
|
|
129
|
+
|
|
130
|
+
#### 🖥️ Frontend Frameworks (10)
|
|
131
|
+
|
|
132
|
+
| Skill | Source | Install Keywords |
|
|
133
|
+
|-------|--------|-----------------|
|
|
134
|
+
| `react-best-practices` | vercel-labs/agent-skills | react, react performance, RSC |
|
|
135
|
+
| `composition-patterns` | vercel-labs/agent-skills | react composition, compound components |
|
|
136
|
+
| `react-native-guidelines` | vercel-labs/agent-skills | react native, expo, mobile app |
|
|
137
|
+
| `react-native-best-practices` | callstackincubator/agent-skills | react native, expo, mobile |
|
|
138
|
+
| `nextjs-app-router-patterns` | wshobson/agents | next.js, app router, RSC |
|
|
139
|
+
| `react:components` | google-labs-code/stitch-skills | react components, stitch |
|
|
140
|
+
| `frontend-design` | anthropics/skills | frontend architecture, patterns |
|
|
141
|
+
| `angular-directives` | analogjs/angular-skills | angular, directives, components |
|
|
142
|
+
| `svelte-best-practices` | community | svelte, sveltekit |
|
|
143
|
+
| `astro-best-practices` | community | astro, static site, islands |
|
|
144
|
+
|
|
145
|
+
#### 🎨 CSS & UI Design (8)
|
|
146
|
+
|
|
147
|
+
| Skill | Source | Install Keywords |
|
|
148
|
+
|-------|--------|-----------------|
|
|
149
|
+
| `web-design-guidelines` | vercel-labs/agent-skills | UI review, accessibility, UX audit |
|
|
150
|
+
| `tailwind-design-system` | wshobson/agents | tailwind, design tokens, utility CSS |
|
|
151
|
+
| `tailwind-v4-shadcn` | jezweb/claude-skills | tailwind v4, shadcn/ui |
|
|
152
|
+
| `tailwindcss-advanced-layouts` | josiahsiegel/claude-plugin-marketplace | tailwind layouts, responsive |
|
|
153
|
+
| `remotion-best-practices` | remotion-dev/skills | remotion, programmatic video |
|
|
154
|
+
| `shadcn-ui-patterns` | community | shadcn, radix, component library |
|
|
155
|
+
| `css-architecture` | community | CSS modules, BEM, CSS-in-JS |
|
|
156
|
+
| `framer-motion` | community | animation, framer motion, gestures |
|
|
157
|
+
|
|
158
|
+
#### 🗄️ Databases & ORM (9)
|
|
159
|
+
|
|
160
|
+
| Skill | Source | Install Keywords |
|
|
161
|
+
|-------|--------|-----------------|
|
|
162
|
+
| `supabase-postgres-best-practices` | supabase/agent-skills | supabase, postgres, RLS, SQL |
|
|
163
|
+
| `prisma-database-setup` | prisma/skills | prisma, schema, migration |
|
|
164
|
+
| `prisma-client-api` | prisma/skills | prisma client, type-safe queries |
|
|
165
|
+
| `prisma-expert` | sickn33/antigravity-awesome-skills | prisma, advanced patterns |
|
|
166
|
+
| `drizzle-orm` | community | drizzle, ORM, type-safe SQL |
|
|
167
|
+
| `mongodb-patterns` | community | mongodb, mongoose, NoSQL |
|
|
168
|
+
| `pinecone-db` | community | pinecone, vector DB, embeddings |
|
|
169
|
+
| `turso-database` | community | turso, libSQL, edge database |
|
|
170
|
+
| `planetscale` | community | planetscale, MySQL, branching |
|
|
171
|
+
|
|
172
|
+
#### 🔐 Authentication (6)
|
|
173
|
+
|
|
174
|
+
| Skill | Source | Install Keywords |
|
|
175
|
+
|-------|--------|-----------------|
|
|
176
|
+
| `clerk-nextjs-patterns` | clerk/skills | clerk, auth, nextjs auth |
|
|
177
|
+
| `clerk-auth-v5` | clerk/skills | clerk v5, middleware, session |
|
|
178
|
+
| `better-auth-best-practices` | community | better-auth, auth library |
|
|
179
|
+
| `next-auth-v5` | the-misfits/agent-skills | nextauth, auth.js, OAuth |
|
|
180
|
+
| `auth-js-v5` | the-misfits/agent-skills | auth.js, session, JWT |
|
|
181
|
+
| `supabase-auth` | community | supabase auth, RLS, magic link |
|
|
182
|
+
|
|
183
|
+
#### 💳 Payments & Commerce (4)
|
|
184
|
+
|
|
185
|
+
| Skill | Source | Install Keywords |
|
|
186
|
+
|-------|--------|-----------------|
|
|
187
|
+
| `stripe-client` | community | stripe, payment, checkout |
|
|
188
|
+
| `stripe-webhook` | community | stripe webhook, event handling |
|
|
189
|
+
| `stripe-checkout` | community | stripe checkout, subscription |
|
|
190
|
+
| `stripe-connect` | community | stripe connect, marketplace |
|
|
191
|
+
|
|
192
|
+
#### 🧪 Testing (5)
|
|
193
|
+
|
|
194
|
+
| Skill | Source | Install Keywords |
|
|
195
|
+
|-------|--------|-----------------|
|
|
196
|
+
| `testing-library` | community | testing library, react testing |
|
|
197
|
+
| `vitest-best-practices` | the-misfits/agent-skills | vitest, unit test, coverage |
|
|
198
|
+
| `playwright-e2e` | the-misfits/agent-skills | playwright, e2e, browser test |
|
|
199
|
+
| `cypress-patterns` | community | cypress, e2e, component test |
|
|
200
|
+
| `testing-guidelines` | anthropics/skills | test strategy, TDD, test design |
|
|
201
|
+
|
|
202
|
+
#### ☁️ Cloud & Deployment (7)
|
|
203
|
+
|
|
204
|
+
| Skill | Source | Install Keywords |
|
|
205
|
+
|-------|--------|-----------------|
|
|
206
|
+
| `vercel-deploy-claimable` | vercel-labs/agent-skills | vercel deploy, preview URL |
|
|
207
|
+
| `vercel-deployment-best-practices` | community | vercel, edge functions, ISR |
|
|
208
|
+
| `azure-deployment` | microsoft/skills | azure, cloud, Microsoft |
|
|
209
|
+
| `aws-deployment` | microsoft/skills | AWS, Lambda, S3 |
|
|
210
|
+
| `docker-expert` | community | docker, container, Dockerfile |
|
|
211
|
+
| `docker-compose-orchestration` | community | docker compose, multi-container |
|
|
212
|
+
| `multi-stage-dockerfile` | community | docker build, multi-stage, CI |
|
|
213
|
+
|
|
214
|
+
#### 🤖 AI & ML (5)
|
|
215
|
+
|
|
216
|
+
| Skill | Source | Install Keywords |
|
|
217
|
+
|-------|--------|-----------------|
|
|
218
|
+
| `vercel-ai-sdk-best-practices` | community | AI SDK, streaming, LLM |
|
|
219
|
+
| `langchain-skills` | community | langchain, agents, RAG |
|
|
220
|
+
| `openai-skills` | community | openai, GPT, embeddings |
|
|
221
|
+
| `tavily-search` | community | tavily, web search, research |
|
|
222
|
+
| `ai-sdk-patterns` | community | AI SDK, tool calling, generative UI |
|
|
223
|
+
|
|
224
|
+
#### 📡 APIs & Integrations (3)
|
|
225
|
+
|
|
226
|
+
| Skill | Source | Install Keywords |
|
|
227
|
+
|-------|--------|-----------------|
|
|
228
|
+
| `nextjs-supabase-auth` | sickn33/antigravity-awesome-skills | next.js + supabase, full-stack |
|
|
229
|
+
| `supabase-edge-functions` | nice-wolf-studio/claude-code-supabase-skills | edge functions, Deno |
|
|
230
|
+
| `nextjs-seo` | laguagu/claude-code-nextjs-skills | SEO, meta tags, sitemap |
|
|
231
|
+
|
|
232
|
+
#### 📱 Mobile & Cross-Platform (2)
|
|
233
|
+
|
|
234
|
+
| Skill | Source | Install Keywords |
|
|
235
|
+
|-------|--------|-----------------|
|
|
236
|
+
| `expo-patterns` | community | expo, EAS, mobile deploy |
|
|
237
|
+
| `capacitor-patterns` | community | capacitor, ionic, hybrid app |
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
**Discovery Protocol:**
|
|
242
|
+
```
|
|
243
|
+
1. Check THIS index first (59 skills above)
|
|
244
|
+
→ Match found? → npx skills add {source} --skill {name} -a antigravity
|
|
245
|
+
2. No match? → npx skills find "{keyword}" on skills.sh
|
|
246
|
+
3. Still nothing? → Proceed without skill, note gap in .cm-skills-log.json
|
|
247
|
+
|
|
248
|
+
Trigger points:
|
|
249
|
+
- cm-start Step 0.5 (before planning)
|
|
250
|
+
- cm-planning Phase A Step 4 (scope analysis)
|
|
251
|
+
- cm-execution Pre-flight (before dispatch)
|
|
252
|
+
- cm-execution RARV (after 2 failed retries)
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
## Layer 2: Skill Summary
|
|
256
|
+
|
|
257
|
+
**Loaded when an agent has matched a skill from Layer 1 and needs more context.**
|
|
258
|
+
|
|
259
|
+
To access Layer 2, read the first 20 lines of the corresponding SKILL.md (frontmatter + first section).
|
|
260
|
+
|
|
261
|
+
```
|
|
262
|
+
Example: cm-tdd Layer 2
|
|
263
|
+
- Full name: "TDD — Test Before Write"
|
|
264
|
+
- When to Use: ALWAYS before implementing any feature or bugfix
|
|
265
|
+
- Process: Red (write failing test) → Green (minimal code) → Refactor (clean up)
|
|
266
|
+
- Integration: Works with cm-execution (subagent TDD), cm-quality-gate (coverage check)
|
|
267
|
+
- Token cost: ~4200 tokens for full skill
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
## Layer 3: Full SKILL.md
|
|
271
|
+
|
|
272
|
+
**Loaded ONLY when executing.** Read the complete SKILL.md file.
|
|
273
|
+
|
|
274
|
+
```bash
|
|
275
|
+
# Agent loads full skill only when ready to execute
|
|
276
|
+
view_file /path/to/skills/cm-tdd/SKILL.md
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
## Usage Protocol
|
|
280
|
+
|
|
281
|
+
```
|
|
282
|
+
1. AT SESSION START:
|
|
283
|
+
- Load this skill index (Layer 1) — costs ~2500 tokens total
|
|
284
|
+
- Now you know what 34 skills do without reading any of them
|
|
285
|
+
|
|
286
|
+
2. WHEN MATCHING A TASK:
|
|
287
|
+
- Scan Layer 1 triggers to find matching skill(s)
|
|
288
|
+
- If unsure, read Layer 2 (first 20 lines of SKILL.md)
|
|
289
|
+
- Choose the best skill
|
|
290
|
+
|
|
291
|
+
3. WHEN EXECUTING:
|
|
292
|
+
- Load Layer 3 (full SKILL.md) for the chosen skill
|
|
293
|
+
- Follow the skill's instructions completely
|
|
294
|
+
|
|
295
|
+
4. SAVINGS:
|
|
296
|
+
- Without index: 34 × 3000 = 102,000 tokens
|
|
297
|
+
- With index: 2800 + 300 + 3000 = 6,100 tokens
|
|
298
|
+
- Saved: ~95,900 tokens (~94%)
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
## Skill Domain Mapping
|
|
302
|
+
|
|
303
|
+
For dynamic agent selection (Phase 3), skills map to domains:
|
|
304
|
+
|
|
305
|
+
```yaml
|
|
306
|
+
engineering: [cm-tdd, cm-debugging, cm-quality-gate, cm-test-gate, cm-code-review]
|
|
307
|
+
operations: [cm-safe-deploy, cm-identity-guard, cm-git-worktrees, cm-terminal, cm-safe-i18n]
|
|
308
|
+
security: [cm-secret-shield]
|
|
309
|
+
product: [cm-brainstorm-idea, cm-planning, cm-ux-master, cm-ui-preview, cm-dockit, cm-project-bootstrap, cm-jtbd]
|
|
310
|
+
growth: [cm-content-factory, cm-ads-tracker, cro-methodology]
|
|
311
|
+
orchestration: [cm-execution, cm-continuity, cm-skill-mastery, cm-skill-chain, cm-deep-search, cm-readit, cm-how-it-work]
|
|
312
|
+
commands: [cm-start, cm-dashboard, cm-status]
|
|
313
|
+
# planned (no SKILL.md yet): mom-test, release-it, medical-research, tailwind-mastery, pandasai-analytics, google-forms-sheet
|
|
314
|
+
```
|
|
315
|
+
|
|
316
|
+
## The Bottom Line
|
|
317
|
+
|
|
318
|
+
**Know everything. Load nothing. Execute precisely. Save 90%+ tokens.**
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cm-skill-mastery
|
|
3
|
+
description: "Meta-skill for the CodyMaster kit — when to invoke skills, how to create new skills, and skill discovery. Use at conversation start to establish skill discipline."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill Mastery — Use + Create + Discover
|
|
7
|
+
|
|
8
|
+
> **The meta-skill:** How to find, use, and create cm-* skills.
|
|
9
|
+
|
|
10
|
+
## Part A: Using Skills
|
|
11
|
+
|
|
12
|
+
### Rule #0: Memory First (cm-continuity)
|
|
13
|
+
|
|
14
|
+
Before invoking ANY skill, ensure `cm-continuity` is active:
|
|
15
|
+
|
|
16
|
+
1. Has `.cm/CONTINUITY.md` been read this session? If not → **read it first**
|
|
17
|
+
2. Are there relevant learnings for the module you're about to work on? → **Load them**
|
|
18
|
+
3. After skill completes → **update CONTINUITY.md**
|
|
19
|
+
|
|
20
|
+
> Memory is the foundation that makes all other skills smarter. Without it, you repeat every mistake.
|
|
21
|
+
|
|
22
|
+
### The Rule
|
|
23
|
+
|
|
24
|
+
**Invoke relevant skills BEFORE any response or action.** Even 1% chance = check the skill.
|
|
25
|
+
|
|
26
|
+
### Decision Flow
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
User message received
|
|
30
|
+
→ CONTINUITY.md loaded? (Rule #0)
|
|
31
|
+
→ NO: Read .cm/CONTINUITY.md first
|
|
32
|
+
→ YES: Continue
|
|
33
|
+
→ Might any skill apply? (even 1%)
|
|
34
|
+
→ YES: Read the skill → Follow it
|
|
35
|
+
→ NO: Respond directly
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Skill Priority
|
|
39
|
+
|
|
40
|
+
1. **Process skills first** (cm-planning, cm-debugging) — determine HOW to approach
|
|
41
|
+
2. **Implementation skills second** (cm-tdd, cm-safe-deploy) — guide execution
|
|
42
|
+
|
|
43
|
+
### Red Flags
|
|
44
|
+
|
|
45
|
+
| Thought | Reality |
|
|
46
|
+
|---------|---------|
|
|
47
|
+
| "This is just a simple question" | Questions are tasks. Check for skills. |
|
|
48
|
+
| "I need more context first" | Skill check BEFORE clarifying questions. |
|
|
49
|
+
| "The skill is overkill" | Simple things become complex. Use it. |
|
|
50
|
+
| "I remember this skill" | Skills evolve. Read current version. |
|
|
51
|
+
| "Let me just do this one thing first" | Check BEFORE doing anything. |
|
|
52
|
+
|
|
53
|
+
### Skill Types
|
|
54
|
+
|
|
55
|
+
- **Rigid** (cm-tdd, cm-debugging): Follow exactly. Don't adapt away discipline.
|
|
56
|
+
- **Flexible** (cm-planning): Adapt principles to context.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Part B: Creating Skills
|
|
61
|
+
|
|
62
|
+
### When to Create
|
|
63
|
+
|
|
64
|
+
- Pattern repeated across 3+ projects
|
|
65
|
+
- Complex process that needs documentation
|
|
66
|
+
- Team convention that should be enforced
|
|
67
|
+
|
|
68
|
+
### Skill Structure
|
|
69
|
+
|
|
70
|
+
```markdown
|
|
71
|
+
---
|
|
72
|
+
name: cm-[skill-name]
|
|
73
|
+
description: "One line: when to use this skill"
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
# [Skill Title]
|
|
77
|
+
|
|
78
|
+
## Overview
|
|
79
|
+
What and why. Core principle.
|
|
80
|
+
|
|
81
|
+
## When to Use
|
|
82
|
+
Specific triggers.
|
|
83
|
+
|
|
84
|
+
## The Process
|
|
85
|
+
Step-by-step instructions.
|
|
86
|
+
|
|
87
|
+
## Red Flags
|
|
88
|
+
What NOT to do.
|
|
89
|
+
|
|
90
|
+
## Integration
|
|
91
|
+
How it connects to other cm-* skills.
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Rules
|
|
95
|
+
|
|
96
|
+
```
|
|
97
|
+
✅ DO:
|
|
98
|
+
- Keep under 400 lines (token optimization)
|
|
99
|
+
- Use tables and code blocks for density
|
|
100
|
+
- Include Red Flags section
|
|
101
|
+
- Reference other cm-* skills by name
|
|
102
|
+
- Test skill with real scenarios before deploying
|
|
103
|
+
|
|
104
|
+
❌ DON'T:
|
|
105
|
+
- Write prose when a table works
|
|
106
|
+
- Duplicate content from other skills (reference instead)
|
|
107
|
+
- Create skills for one-time tasks
|
|
108
|
+
- Exceed 600 lines without good reason
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### Token Optimization
|
|
112
|
+
|
|
113
|
+
| Technique | Saves |
|
|
114
|
+
|-----------|-------|
|
|
115
|
+
| Tables over prose | ~40% |
|
|
116
|
+
| Code blocks over explanation | ~30% |
|
|
117
|
+
| Reference other skills vs duplicate | ~50% |
|
|
118
|
+
| Remove obvious examples | ~20% |
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Part C: Discovering Skills
|
|
123
|
+
|
|
124
|
+
### Adaptive Skills Discovery
|
|
125
|
+
|
|
126
|
+
When you encounter something you don't have a skill for:
|
|
127
|
+
|
|
128
|
+
```
|
|
129
|
+
1. DETECT → "I need to do X but no matching skill"
|
|
130
|
+
2. SEARCH → npx skills find "{keyword}"
|
|
131
|
+
3. REVIEW → Read the SKILL.md — safe? relevant?
|
|
132
|
+
4. ASK → "Found skill '{name}'. Install?"
|
|
133
|
+
5. INSTALL → npx skills add {source} --skill {name} -a antigravity
|
|
134
|
+
6. USE → Apply the skill
|
|
135
|
+
7. LOG → Record in .cm-skills-log.json
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### Safety Rules
|
|
139
|
+
|
|
140
|
+
- Always show user what you found before installing
|
|
141
|
+
- Prefer known repos (vercel-labs/agent-skills)
|
|
142
|
+
- Project-level by default, global only if agreed
|
|
143
|
+
- Check `npx skills list` to avoid duplicates
|
|
144
|
+
- Never override existing cm-* skills with external ones
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## The CodyMaster Kit (14 skills)
|
|
149
|
+
|
|
150
|
+
| # | Skill | Purpose |
|
|
151
|
+
|---|-------|---------|
|
|
152
|
+
| 1 | `cm-project-bootstrap` | Start new projects |
|
|
153
|
+
| 2 | `cm-brainstorm-idea` | Strategic analysis gate for enhancements (9 Windows + Double Diamond) |
|
|
154
|
+
| 3 | `cm-planning` | Brainstorm + write plans |
|
|
155
|
+
| 4 | `cm-execution` | Execute plans (batch/subagent/parallel) |
|
|
156
|
+
| 5 | `cm-tdd` | Test-driven development |
|
|
157
|
+
| 6 | `cm-quality-gate` | Test + verify + frontend safety |
|
|
158
|
+
| 7 | `cm-code-review` | Request + receive + finish branch |
|
|
159
|
+
| 8 | `cm-safe-deploy` | 6-gate deploy pipeline |
|
|
160
|
+
| 9 | `cm-safe-i18n` | i18n batching + safety |
|
|
161
|
+
| 10 | `cm-debugging` | Systematic root-cause debugging |
|
|
162
|
+
| 11 | `cm-terminal` | Terminal command monitoring |
|
|
163
|
+
| 12 | `cm-git-worktrees` | Isolated workspaces |
|
|
164
|
+
| 13 | `cm-skill-mastery` | This skill (meta) |
|
|
165
|
+
| 14 | `cm-identity-guard` | Git/deploy identity safety |
|
|
166
|
+
|
|
167
|
+
## The Bottom Line
|
|
168
|
+
|
|
169
|
+
**Skills are discipline, not overhead. Use them. Create them. Never skip them.**
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cm-start
|
|
3
|
+
description: Start the CM Workflow to execute your objective from idea to production code.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Command: `/cm-start [your objective]`
|
|
7
|
+
|
|
8
|
+
> **Role: Workflow Orchestrator** — You assess complexity, select the right workflow depth, and drive execution from objective to production code.
|
|
9
|
+
|
|
10
|
+
When this workflow is called, the AI Assistant should execute the following action sequence in the spirit of the **CodyMaster Kit**:
|
|
11
|
+
|
|
12
|
+
0. **Load Working Memory:**
|
|
13
|
+
Per `_shared/helpers.md#Load-Working-Memory`
|
|
14
|
+
- Update `CONTINUITY.md` → set Active Goal to the new objective
|
|
15
|
+
|
|
16
|
+
0.5. **Skill Coverage Check (Adaptive Discovery):**
|
|
17
|
+
- Scan the objective for technologies, frameworks, or patterns mentioned
|
|
18
|
+
- Cross-reference with `cm-skill-index` Layer 1 triggers
|
|
19
|
+
- If gap detected → trigger Discovery Loop from `cm-skill-mastery` Part C:
|
|
20
|
+
`npx skills find "{keyword}"` → review → ask user → install if approved
|
|
21
|
+
- Log any discovered skills to `.cm-skills-log.json`
|
|
22
|
+
|
|
23
|
+
1. **Understand Requirements (Planning & JTBD):**
|
|
24
|
+
- Read the objective provided in the `/cm-start` command.
|
|
25
|
+
- Analyze requirements, ask clarifying questions if needed (apply `cm-planning`).
|
|
26
|
+
- Consider multi-language support (i18n) from the start if the project requires it.
|
|
27
|
+
|
|
28
|
+
2. **Detect Project Level:**
|
|
29
|
+
Per `_shared/helpers.md#Project-Level-Detection`
|
|
30
|
+
- Analyze the objective to determine L0/L1/L2/L3 complexity
|
|
31
|
+
- Present detected level and recommended skill chain to the user
|
|
32
|
+
- Let user confirm or override the level
|
|
33
|
+
|
|
34
|
+
3. **Execute Based on Level:**
|
|
35
|
+
|
|
36
|
+
**L0 (Micro):** Code + Test only
|
|
37
|
+
- Skip planning. Apply `cm-tdd` directly → `cm-quality-gate`
|
|
38
|
+
|
|
39
|
+
**L1 (Small):** Planning lite → Code → Deploy
|
|
40
|
+
- Apply `cm-planning` (lightweight implementation plan)
|
|
41
|
+
- Apply `cm-tdd` + `cm-execution` → `cm-quality-gate`
|
|
42
|
+
|
|
43
|
+
**L2 (Medium):** Full analysis flow
|
|
44
|
+
- Apply `cm-brainstorm-idea` if problem is ambiguous
|
|
45
|
+
- Apply `cm-planning` (full implementation plan with task breakdown)
|
|
46
|
+
- Create `cm-tasks.json` → launch RARV autonomous execution
|
|
47
|
+
- Apply `cm-quality-gate` → `cm-safe-deploy`
|
|
48
|
+
|
|
49
|
+
**L3 (Large):** Full + PRD + Architecture + Sprint
|
|
50
|
+
- Apply `cm-brainstorm-idea` (mandatory)
|
|
51
|
+
- Apply `cm-planning` with FR/NFR requirement tracing
|
|
52
|
+
- Sprint planning → `cm-tasks.json` with sprints
|
|
53
|
+
- Apply `cm-execution` (Mode E: TRIZ-Parallel for speed)
|
|
54
|
+
- Apply `cm-quality-gate` → `cm-safe-deploy`
|
|
55
|
+
|
|
56
|
+
3. **Track Progress:**
|
|
57
|
+
- Create or update `cm-tasks.json` by breaking the objective into specific tasks
|
|
58
|
+
- Suggest `/cm-dashboard` for visual tracking
|
|
59
|
+
- Suggest `/cm-status` for quick terminal summary
|
|
60
|
+
|
|
61
|
+
4. **Complete:**
|
|
62
|
+
Per `_shared/helpers.md#Update-Continuity`
|
|
63
|
+
- Record any new learnings or decisions made during this workflow
|
|
64
|
+
|
|
65
|
+
> **Note for AI:** If this is a brand new project, suggest running `cm-project-bootstrap` first. If the working environment has a risk of accidentally switching accounts/projects, remind about `cm-identity-guard` (Per `_shared/helpers.md#Identity-Check`).
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cm-status
|
|
3
|
+
description: View a quick progress summary of current tasks.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Command: `/cm-status`
|
|
7
|
+
|
|
8
|
+
When this command is called, the AI Assistant should:
|
|
9
|
+
|
|
10
|
+
1. **Read progress:** Quickly read the `task.md` file or current task state.
|
|
11
|
+
2. **Brief report:** Return an ultra-concise message (1-2 sentences) indicating which task was just completed, which task is next, and whether anything is blocked by errors/bugs.
|
|
12
|
+
3. No need to print the full board (save that for `/cm-dashboard`).
|