@lifeaitools/rdc-skills 0.35.6 → 0.35.7

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 (107) hide show
  1. package/.claude-plugin/plugin.json +180 -44
  2. package/.github/workflows/self-test.yml +34 -34
  3. package/CHANGELOG.md +393 -393
  4. package/MANIFEST.md +224 -224
  5. package/README.md +10 -3
  6. package/clauth-plugin.json +1 -1
  7. package/commands/analyze-tests.md +1 -4
  8. package/commands/build.md +1 -2
  9. package/commands/check-clean-code.md +1 -3
  10. package/commands/check-packages.md +1 -3
  11. package/commands/collab.md +1 -2
  12. package/commands/compare-compliance.md +1 -4
  13. package/commands/deploy.md +1 -2
  14. package/commands/design.md +1 -2
  15. package/commands/edit.md +1 -2
  16. package/commands/fixit.md +1 -2
  17. package/commands/flow.md +1 -2
  18. package/commands/full-analysis.md +1 -7
  19. package/commands/get-refactoring-plan.md +1 -5
  20. package/commands/handoff.md +1 -2
  21. package/commands/help.md +1 -3
  22. package/commands/mode.md +1 -2
  23. package/commands/overnight.md +1 -2
  24. package/commands/plan.md +1 -2
  25. package/commands/preplan.md +1 -2
  26. package/commands/prototype.md +1 -2
  27. package/commands/quick-check.md +1 -4
  28. package/commands/recover.md +1 -2
  29. package/commands/release.md +2 -2
  30. package/commands/report.md +1 -2
  31. package/commands/review-arch.md +1 -4
  32. package/commands/review.md +1 -5
  33. package/commands/self-test.md +1 -2
  34. package/commands/status.md +1 -2
  35. package/commands/suggest-patterns.md +1 -4
  36. package/commands/validate-solid.md +1 -3
  37. package/commands/watch.md +1 -2
  38. package/commands/workitems.md +1 -2
  39. package/guides/agents/backend.md +102 -102
  40. package/guides/agents/content.md +94 -94
  41. package/guides/agents/cs2.md +56 -56
  42. package/guides/agents/data.md +86 -86
  43. package/guides/agents/design.md +77 -77
  44. package/guides/agents/frontend.md +91 -91
  45. package/guides/agents/infrastructure.md +81 -81
  46. package/guides/agents/setup.md +272 -272
  47. package/guides/agents/verify.md +119 -119
  48. package/guides/agents/viz.md +106 -106
  49. package/guides/orchestration-epic.md +17 -17
  50. package/hooks/require-work-item-on-commit.js +69 -4
  51. package/package.json +1 -1
  52. package/scripts/gen-skill-descriptions.mjs +190 -0
  53. package/scripts/self-test.mjs +1459 -1459
  54. package/skills/architecture-reviewer/SKILL.md +1 -11
  55. package/skills/behavior-audit/SKILL.md +1 -1
  56. package/skills/behavior-audit/agents/openai.yaml +4 -4
  57. package/skills/brochure/SKILL.md +1 -1
  58. package/skills/brochurify/SKILL.md +1 -1
  59. package/skills/build/SKILL.md +1 -1
  60. package/skills/channel-formatter/SKILL.md +1 -1
  61. package/skills/clean-code-analyzer/SKILL.md +1 -6
  62. package/skills/co-develop/SKILL.md +1 -1
  63. package/skills/collab/SKILL.md +1 -1
  64. package/skills/convert/SKILL.md +1 -1
  65. package/skills/deploy/SKILL.md +1 -1
  66. package/skills/design/SKILL.md +1 -1
  67. package/skills/edit/SKILL.md +1 -1
  68. package/skills/env/SKILL.md +1 -1
  69. package/skills/extract-verifier-rules/SKILL.md +1 -1
  70. package/skills/fixit/SKILL.md +1 -1
  71. package/skills/fs-mcp/SKILL.md +1 -1
  72. package/skills/handoff/SKILL.md +1 -1
  73. package/skills/help/SKILL.md +1 -1
  74. package/skills/housekeeping/SKILL.md +1 -1
  75. package/skills/lifeai-brochure-author/SKILL.md +1 -1
  76. package/skills/new-model/SKILL.md +1 -7
  77. package/skills/onramp/SKILL.md +1 -1
  78. package/skills/overnight/SKILL.md +1 -1
  79. package/skills/package-design/SKILL.md +1 -4
  80. package/skills/pattern-advisor/SKILL.md +1 -6
  81. package/skills/pattern-refactoring-guide/SKILL.md +1 -4
  82. package/skills/plan/SKILL.md +1 -1
  83. package/skills/preplan/SKILL.md +1 -1
  84. package/skills/prototype/SKILL.md +1 -1
  85. package/skills/refactor/SKILL.md +1 -1
  86. package/skills/regen-media/SKILL.md +1 -1
  87. package/skills/release/SKILL.md +1 -1
  88. package/skills/report/SKILL.md +1 -1
  89. package/skills/review/SKILL.md +1 -1
  90. package/skills/rpms-filemap/SKILL.md +1 -1
  91. package/skills/self-test/SKILL.md +1 -1
  92. package/skills/solid-validator/SKILL.md +1 -6
  93. package/skills/status/SKILL.md +1 -1
  94. package/skills/terminal-config/SKILL.md +1 -1
  95. package/skills/testing-strategy/SKILL.md +1 -6
  96. package/skills/tests/onramp.test.json +101 -101
  97. package/skills/tests/rdc-env.test.json +12 -12
  98. package/skills/tests/rdc-new-model.test.json +12 -12
  99. package/skills/tests/rdc-refactor.test.json +29 -29
  100. package/skills/tests/rdc-regen-media.test.json +29 -29
  101. package/skills/watch/SKILL.md +1 -1
  102. package/skills/workitems/SKILL.md +1 -1
  103. package/tests/clauth-plugin-postinstall.test.mjs +14 -1
  104. package/tests/help-surface.test.mjs +2 -2
  105. package/tests/require-work-item-on-commit.test.mjs +54 -0
  106. package/commands/open.md +0 -84
  107. package/ecosystem.local.config.cjs +0 -18
package/CHANGELOG.md CHANGED
@@ -1,393 +1,393 @@
1
- # Changelog — @lifeai/rdc-skills
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ---
9
-
10
- ## v0.35.4 — marketplace sync false-positive: untracked file blocked it forever
11
-
12
- ### Fixed
13
- - `syncMarketplaceCheckout()`'s dirty-check used plain `git status --porcelain`,
14
- which also reports untracked files. A single harmless untracked file in a
15
- marketplace clone (e.g. a stray local scratch file) made the check treat the
16
- clone as "has local changes" and permanently refuse to sync it, on every
17
- single install run, forever — even though `git reset --hard` never touches
18
- untracked files and there was no real edit to preserve. This is the
19
- confirmed root cause of the marketplace checkout sitting stale for over a
20
- week despite repeated installer runs. Fixed to `--untracked-files=no`, which
21
- checks only tracked-file modifications — genuine local edits still block the
22
- sync exactly as before (PRESERVE-DIRTY intact); a stray untracked file no
23
- longer does.
24
- - Regression test added: a real temp git origin+clone pair reproduces both the
25
- untracked-cruft case (must sync) and the genuine-local-edit case (must still
26
- block), so this cannot silently regress.
27
- - `tests/install-rdc-skills.test.mjs` also had two stale fixtures caught while
28
- fixing this: `package-lock.json` version drifted from `package.json`
29
- (0.35.2 vs 0.35.3+), and a hardcoded `skillCount === 36` assertion had rotted
30
- against the real, current 43 skill directories. The count assertion now
31
- compares against the actual `skills/*/SKILL.md` directories on disk instead
32
- of a hardcoded number, so it can't go stale the same way again.
33
-
34
- ---
35
-
36
- ## v0.35.3 — coding standards wired into plan/preplan/build/fixit/review
37
-
38
- ### Fixed
39
- - `docs/CODING-STANDARDS.md` (regen-root's SOLID/Clean-Architecture standard)
40
- existed but was never referenced by any skill that actually reads source
41
- documents before working — `preplan`, `plan`, `build`, `fixit`, and
42
- `review` all now load it (regen-root; skip if absent). Applied to both the
43
- `commands/*.md` and `skills/*/SKILL.md` copies where they diverge.
44
- - `skills/review/SKILL.md` incorrectly attributed `rdc-solid-score` to ATF;
45
- it is this package's own validator (`scripts/solid-score.mjs`), which ATF's
46
- Test-Ladder separately invokes as a consumer, not an owner.
47
-
48
- ### Added
49
- - WIP, best-effort references to ATF's Test-Ladder and rdc-harness's
50
- proof-ledger/mutation-check pattern in `build`, `fixit`, and `review` — not
51
- a hard gate; explicitly a no-op where a target repo doesn't ship either.
52
-
53
- ---
54
-
55
- ## v0.25.11 — private Coolify maintenance path
56
-
57
- ### Added
58
- - `rdc:deploy maintenance <service>` for template-declared private Coolify
59
- infrastructure, with internal-network health verification and no public
60
- domain or host-port publication.
61
-
62
- ### Fixed
63
- - Re-aligned package, lockfile, and plugin manifest versions for strict skill
64
- validation.
65
-
66
- ---
67
-
68
- ## v0.25.5 — MCP catalog release hygiene
69
-
70
- ### Fixed
71
- - Synced `.claude-plugin/plugin.json` to the package release version so strict
72
- self-test passes before publishing the MCP catalog.
73
- - Added the missing output-contract banner to `new-model`.
74
-
75
- ### Changed
76
- - Updated `rdc:convert` cloud/CLI guidance to prefer npm `regen.mde` for
77
- build-corpus instead of stale GitHub-install instructions.
78
-
79
- ---
80
-
81
- ## v0.25.0 — rdc:onramp Phase-1 enrollment skill
82
-
83
- ### Added
84
- - `rdc:onramp` — Phase-1 enrollment infrastructure orchestrator for new Place
85
- Fund projects. It gates the existing `enroll_place` RPC, `insert_work_item`
86
- enrollment epic, and `onramp-scaffold-place.mjs` disk scaffolder in strict
87
- order, with fresh/already-enrolled/spine-ahead/disk-ahead drift handling.
88
- - Tier-2 onramp test manifest coverage for the `_context.md` absence invariant,
89
- deterministic door contracts, and four-state drift behavior.
90
-
91
- ---
92
-
93
- ## v0.21.0 — channel-formatter skill
94
-
95
- ### Added
96
- - `rdc:channel-formatter` — channel-native output formatting for LinkedIn, Twitter/X,
97
- Slack/Teams, Email (external/internal), Pitch Deck, Word/DOCX, PDF Report, and
98
- Web/Landing Page. Ported from the `output-channel-formatter` claude.ai skill and
99
- **inlined into a single self-contained SKILL.md** (no `references/` files) so it works
100
- identically across the CLI plugin, the claude.ai web client (via `rdc_skill_get`, which
101
- serves only SKILL.md), and Codex.
102
-
103
- ---
104
-
105
- ## v0.9.38 — Clean-box npm install hardening
106
-
107
- ### Fixed
108
-
109
- - **Fresh Claude home install.** The installer now creates `CLAUDE_HOME` and `settings.json` when they do not exist, so a first-time machine is not blocked before Claude has written config files.
110
- - **Public package portability.** Removed the most brittle user-machine paths from public skill docs and hooks, replacing them with `{PROJECT_ROOT}`, `{RDC_SKILLS_ROOT}`, or environment-derived paths.
111
- - **Hook path fallback.** Commit hygiene hooks now use the current OS home directory instead of a user-specific fallback path.
112
-
113
- ### Added
114
-
115
- - **npm binaries.** `rdc-skills-install` and `rdc-skills-self-test` are exposed from the npm package for simpler clean-box installs.
116
-
117
- ---
118
-
119
- ## v0.9.37 — RDC hook loop guard and behavior tests
120
-
121
- ### Fixed
122
-
123
- - **Stop hook reentry.** `rdc-output-contract-gate.js` now exits cleanly when Claude is already inside an active Stop-hook retry, preventing noncompliant-but-legitimate turns from hard-looping the session.
124
- - **Marker deduplication.** `rdc-invocation-marker.js` now preserves the original marker when `UserPromptExpansion` and `UserPromptSubmit` both fire for the same RDC command within the same second.
125
-
126
- ### Added
127
-
128
- - **Hook behavioral tests.** New `scripts/test-rdc-hooks.mjs` executes the marker and Stop hooks against real JSON payloads, and `self-test --strict` now fails if those behavioral checks fail.
129
-
130
- ---
131
-
132
- ## v0.9.36 — Portable installer profiles and startup onboarding
133
-
134
- ### Added
135
-
136
- - **Installer profiles.** `--profile core` installs clean-box-safe hooks only; `--profile lifeai` keeps the LIFEAI/regen-root cwd, clauth, Supabase, and overnight hooks. `auto` chooses `lifeai` only when a sibling `regen-root` project is detected.
137
- - **Managed startup guide.** New `guides/rdc-skills-startup.md` explains what RDC skills add, the active profiles, and where to find skills, commands, guides, hooks, and installer behavior.
138
- - **Optional startup block writer.** `--project-root <path> --write-startup-blocks` writes `.rdc/guides/rdc-skills-startup.md` plus managed RDC sections in project `CLAUDE.md` and `AGENTS.md`.
139
- - **Install welcome.** The installer now prints the selected profile, what it enables, and where to look next.
140
-
141
- ### Changed
142
-
143
- - The default clean-box profile no longer wires regen-root-specific hooks such as cwd lock, Supabase work-item exit gate, rate-limit retry, or overnight open-epic guard.
144
-
145
- ---
146
-
147
- ## v0.9.35 — RDC output-contract hook enforcement
148
-
149
- ### Added
150
-
151
- - **RDC slash-command marker hook.** `rdc-invocation-marker.js` marks direct `/rdc:*` skill invocations through `UserPromptExpansion`, with a `UserPromptSubmit` fallback for older runtimes, and injects the output/engineering contract reminder.
152
- - **RDC Stop gate.** `rdc-output-contract-gate.js` blocks completion for active RDC invocations until the final assistant message includes both a checklist row and a verdict line.
153
- - **Installer wiring and self-test coverage.** The Node and PowerShell installers now wire the RDC marker/gate hooks, and `self-test` fails when required hook files or installer references are missing.
154
-
155
- ---
156
-
157
- ## 0.6.1 — Tier 2 stability + rdc:watch session watcher
158
-
159
- ### Added
160
-
161
- - **`rdc:watch` skill.** Initializes a session log and opens a static HTML viewer that tails Claude activity live via `fetch()` polling. Zero infra — pure filesystem + `.rdc/session-log/current.log` + `viewer.html`. New skill at `skills/rdc-watch.md`, init helper at `scripts/watch-init.mjs`, viewer asset at `assets/watcher/viewer.html`. Dark terminal theme, color-coded event kinds (`dispatch`/`commit`/`test`/`error`/`note`/`banner`), auto-scroll, stall detection.
162
- - **Tier 2 behavioral harness (WP1–WP9).** Full work-item delta wiring through PostgREST, 13 baseline test manifests, Tier 2 runner, CI workflow, skill documentation.
163
-
164
- ### Fixed
165
-
166
- - **Windows spawn streaming.** `scripts/lib/runner.mjs` now passes `--verbose` alongside `--output-format stream-json` so Claude emits events to stdout on Windows. Without it, stream-json output was buffered/empty.
167
- - **Main-db sandbox mode.** Tier 2 runner supports free, read-only sandbox mode against the main Supabase project so behavioral tests don't accrue hourly branch costs.
168
-
169
- ---
170
-
171
- ## v0.6.0 — Plugin conversion + agent-hide
172
-
173
- ### Added
174
-
175
- - **Claude Code plugin format.** New `.claude-plugin/plugin.json` manifest at repo root (name, version, description, author, homepage, repository) plus `.claude-plugin/marketplace.json` declaring this repo as a single-plugin marketplace pointing at itself (`source: "."`). Matches the schema used by `hookify`, `commit-commands`, `huggingface-skills`, and other official Anthropic plugins — directories (`skills/`, `hooks/`, `commands/`, `agents/`) are auto-discovered by convention, no explicit path keys needed.
176
- - **New install path.**
177
- ```
178
- /plugin marketplace add LIFEAI/rdc-skills
179
- /plugin install rdc-skills
180
- ```
181
- All 16 user-invocable skills load automatically via Claude Code's plugin runtime — no copy scripts, no `~/.claude/skills/user/` writes.
182
-
183
- ### Changed
184
-
185
- - **10 agent-type skills moved out of `skills/` into `guides/agents/`** (Thread D). Reclaims slots in the Claude Code skill menu cap. Agent playbooks (frontend, backend, data, design, infrastructure, content, cs2, viz, setup, verify) are now dispatched internally by `rdc:build` and are no longer user-invocable slash commands.
186
- - **README install section rewritten** to lead with `/plugin install`. Legacy PowerShell/Bash install path documented under "Legacy install (deprecated)".
187
-
188
- ### Deprecated
189
-
190
- - `scripts/install.ps1`, `scripts/install.sh`, `scripts/install.js` — deprecation headers added. These will be **removed in v0.7.0**. Migrate to `/plugin install rdc-skills`.
191
-
192
- ---
193
-
194
- ## [0.4.0] — 2026-04-14
195
-
196
- ### Added
197
-
198
- #### `rdc:verify` — Verification Gate Skill
199
- - New skill `skills/rdc-verify.md` — evidence-before-claims verification gate adapted from obra/superpowers `verification-before-completion` pattern
200
- - **Iron Law**: NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE — no "should", no "probably", no reasoning from memory
201
- - **Stack-specific commands**: `npx vitest run --dir <pkg>` + `npx tsc --noEmit --project <pkg>/tsconfig.json`
202
- - **Explicit ban**: `pnpm build` / `pnpm test` / `pnpm -r` — crashes machine (800MB/process)
203
- - Rationalization prevention table, required output format with quoted evidence
204
-
205
- ### Changed
206
-
207
- #### `rdc:build` — Mandatory Final Verification Phase
208
- - New step 10: invoke `rdc:verify` across every package/app touched before marking epic done
209
- - Step 11: push + version bump + summary **only after** verification evidence passes
210
-
211
- #### `rdc:review` — Verification Gate Before CLEAN Verdict
212
- - New step 9: invoke `rdc:verify` after fixes land — no CLEAN verdict without fresh vitest + tsc output quoted in report
213
- - If verify fails → loop back, fix, re-run (never emit CLEAN optimistically)
214
-
215
- ---
216
-
217
- ## [0.3.0] — 2026-04-13
218
-
219
- ### Added
220
-
221
- #### Intelligent Project Detection (`scripts/install.js`)
222
- - **`detectProjectInfo(projectRoot)`** — scans `package.json`, git remote, `.env.local` (incl. `apps/**`), `CLAUDE.md`, existing `.rdc/config.json` to auto-populate setup interview defaults
223
- - **Auto-prompt setup interview** — default install now prompts `"No .rdc/config.json found. Run setup interview now? [Y/n]:"` instead of passive tip
224
- - **Pre-filled interview** — detected values shown in `[brackets]`; press Enter to accept. Eliminates manual re-entry of already-known project metadata
225
- - **Detection summary printed** — detected project name, GitHub, Supabase ref, branches, guides dir shown after preflight
226
-
227
- #### `/rdc:setup` Skill
228
- - **New Claude skill** `rdc-setup.md` — instructs Claude to perform a full project scan (15+ file types), emit structured detection summary, generate `.rdc/config.json` and overlay guides, offer docs/ migration, commit result
229
- - Complements the `install.js` script-level detection with a richer AI-driven scan when running interactively in Claude Code
230
- - Preserves existing `agent-bootstrap.md` custom sections when updating
231
-
232
- ---
233
-
234
- ## [0.2.0] — 2026-04-13
235
-
236
- ### Added
237
-
238
- #### `.rdc/` Project Directory Convention
239
- - **`.rdc/config.json` schema** — project metadata: name, hook_scope, git config, Supabase ref, credential provider, repo list, path overrides, constraints
240
- - **Standardised paths**: `.rdc/guides/`, `.rdc/plans/`, `.rdc/reports/`, `.rdc/research/`, `.rdc/state/`
241
- - All 20 skills updated to read from `.rdc/` with fallback to legacy `docs/` structure for existing projects
242
- - `guides/agent-bootstrap.md` updated to instruct agents to check `.rdc/config.json` for project metadata
243
-
244
- #### Installer (`scripts/install.js`)
245
- - **`--migrate <path>` flag** — interactive wizard: scans for `docs/guides/`, `docs/plans/`, `docs/reports/`, `docs/research/`; offers to move each to `.rdc/`; merges files if destination already exists; auto-detects GitHub org/repo from git remote
246
- - **`--setup` generates `.rdc/config.json`** from interview answers in addition to `docs/guides/agent-bootstrap.md`
247
- - **Preflight checks** — Node ≥ 18 (hard error), clauth daemon ping (warn), `.rdc/config.json` presence check (suggest `--setup`)
248
- - **Multi-project support** — each project carries its own `.rdc/` committed to git; skills are global, intelligence travels with the repo
249
-
250
- #### Multi-Repo Support
251
- - `config.json` `repos[]` array — primary + satellite repos listed with roles
252
- - One project, many repos: monorepo root holds `.rdc/config.json`, lists satellite repo paths
253
-
254
- ---
255
-
256
- ## [0.1.0] — 2026-04-13
257
-
258
- ### Added
259
-
260
- #### Core Architecture
261
-
262
- - **Plugin scaffold** — Complete rdc-skills plugin repo structure extracted from regen-root monorepo
263
- - **Two-layer guide system** — Plugin base guides + project overlay guides enabling skill portability across codebases
264
- - Plugin base covers generic patterns (work items RPC, git workflow, standard builds)
265
- - Project overlays (frontend.md, backend.md, data.md, etc.) inject stack-specific conventions
266
- - Agent receives merged context — project layer wins on conflicts
267
- - **Skill dispatch system** — Twelve skill commands integrated with Supabase work_items RPC
268
- - `/rdc:status` — Show open epics, kanban, Coolify health, next action
269
- - `/rdc:plan <topic>` — Architecture planning, create epic + child tasks
270
- - `/rdc:preplan <topic>` — Research phase before planning
271
- - `/rdc:build <epic-id>` — Execute epic tasks in parallel with typed agents
272
- - `/rdc:review` — Quality gate: tests, types, stale docs, exports
273
- - `/rdc:overnight` — Unattended full pipeline (chains all skills across queue)
274
- - `/rdc:fixit <description>` — Sanctioned bypass for <5 files, <30 min hotfixes
275
- - `/rdc:report` — Generate nightly markdown report to docs/reports/YYYY-MM-DD.md
276
- - Plus agent bootstrap guide + domain-specific agent guides (frontend, backend, data, design, infrastructure, content, cs2)
277
-
278
- #### TDD Enforcement (Option B)
279
-
280
- - **Wave-based test-first builds** — rdc:build now requires tests-first per build wave
281
- - npx vitest run per package before proceeding to next wave
282
- - `pnpm build` NEVER invoked (memory constraints on dev machine)
283
- - Allows async test runs in subagent while supervisor waits
284
- - **Test harness integration** — skills coordinate with tsconfig paths, jest/vitest configs, test result tracking
285
- - **Coverage reporting** — per-wave coverage aggregation, integration with GitHub PR checks
286
-
287
- #### Stop Hook
288
-
289
- - **no-stop-open-epics.js** — Blocks Claude from stopping when `get_open_epics()` returns todo items
290
- - Only blocks when todo-status epics exist (in_progress = another session owns them)
291
- - Project scope guard — only fires in sessions where cwd contains PROJECT_SCOPE folder
292
- - Integrates with Supabase REST API (project-ref from env vars)
293
- - Exit code 2 = block, 0 = allow
294
- - Silent pass if Supabase credentials unavailable
295
-
296
- #### Installation & Management
297
-
298
- - **Windows installer** (scripts/install.ps1) — CLAUDE_HOME detection, symlink skills + hooks, summary report
299
- - **Unix installer** (scripts/install.sh) — Bash equivalent for macOS/Linux
300
- - **Update scripts** — git pull + reinstall (version bump reporting)
301
- - **Uninstall scripts** — Safe removal of rdc-skills files only (never touches user files)
302
- - **Validation test** (tests/validate-skills.js) — YAML frontmatter check, required sections, exit 1 on failure
303
-
304
- #### Documentation
305
-
306
- - **Plugin README** — Architecture diagram, quick start, skill reference table, guide types, Option B explanation
307
- - **Generic work-items-rpc.md** — Complete RPC reference (generic, no hardcoded project IDs)
308
- - get_open_epics, insert_work_item, update_work_item_status, get_work_items_by_epic, bump_epic_version
309
- - Valid enum values, JS client patterns, direct SQL patterns
310
- - **Project setup guide** — Two required files per project (agent-bootstrap.md, project overlay guides)
311
- - **Contributing guide** — Fork → branch → PR workflow, validate before submit
312
-
313
- #### Settings & Configuration
314
-
315
- - **.claude/settings.json** — Plugin harness permissions, nodeID detection
316
- - **.gitignore** — Standard Node.js + git exclusions
317
-
318
- ### Changed
319
-
320
- - N/A (initial release)
321
-
322
- ### Deprecated
323
-
324
- - N/A
325
-
326
- ### Removed
327
-
328
- - N/A
329
-
330
- ### Fixed
331
-
332
- - N/A
333
-
334
- ### Security
335
-
336
- - Credential handling via environment variables only (no hardcoded keys)
337
- - clauth daemon tunnel for all sensitive operations
338
- - Project scope guard prevents stop hook from firing in wrong context
339
-
340
- ---
341
-
342
- ## Installation & Setup
343
-
344
- ### For end users
345
-
346
- ```bash
347
- # Windows
348
- git clone https://github.com/LIFEAI/rdc-skills.git
349
- npm run install:win
350
-
351
- # macOS / Linux
352
- git clone https://github.com/LIFEAI/rdc-skills.git
353
- npm run install:unix
354
- ```
355
-
356
- Then configure your project:
357
- 1. Create `docs/guides/agent-bootstrap.md` with credentials
358
- 2. Create per-role overlay guides in `docs/guides/` (frontend.md, backend.md, etc.)
359
- 3. Run `/rdc:status` to verify setup
360
-
361
- ### For contributors
362
-
363
- ```bash
364
- git clone https://github.com/LIFEAI/rdc-skills.git
365
- cd rdc-skills
366
- npm run validate # Check all skills
367
- npm run test # (future: comprehensive test suite)
368
- ```
369
-
370
- ---
371
-
372
- ## Known Issues & Roadmap
373
-
374
- ### Current Limitations
375
-
376
- - Stop hook requires Supabase access (silent pass if unavailable)
377
- - No built-in skill/guide templating yet (manual creation)
378
- - Validation test basic (could extend to markdown lint, frontmatter schema, etc.)
379
-
380
- ### Phase 2 (Future)
381
-
382
- - Skill generator (`rdc:newskill`) for rapid skill creation
383
- - Guide templating system
384
- - Agent role auto-detection from codebase structure
385
- - Integration with GitHub Actions CI
386
- - Skill marketplace / package distribution
387
- - TDD enforcement integration for all major test frameworks (Vitest, Jest, pytest, Gotest)
388
-
389
- ---
390
-
391
- ## License
392
-
393
- MIT — See LICENSE file for details.
1
+ # Changelog — @lifeai/rdc-skills
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ---
9
+
10
+ ## v0.35.4 — marketplace sync false-positive: untracked file blocked it forever
11
+
12
+ ### Fixed
13
+ - `syncMarketplaceCheckout()`'s dirty-check used plain `git status --porcelain`,
14
+ which also reports untracked files. A single harmless untracked file in a
15
+ marketplace clone (e.g. a stray local scratch file) made the check treat the
16
+ clone as "has local changes" and permanently refuse to sync it, on every
17
+ single install run, forever — even though `git reset --hard` never touches
18
+ untracked files and there was no real edit to preserve. This is the
19
+ confirmed root cause of the marketplace checkout sitting stale for over a
20
+ week despite repeated installer runs. Fixed to `--untracked-files=no`, which
21
+ checks only tracked-file modifications — genuine local edits still block the
22
+ sync exactly as before (PRESERVE-DIRTY intact); a stray untracked file no
23
+ longer does.
24
+ - Regression test added: a real temp git origin+clone pair reproduces both the
25
+ untracked-cruft case (must sync) and the genuine-local-edit case (must still
26
+ block), so this cannot silently regress.
27
+ - `tests/install-rdc-skills.test.mjs` also had two stale fixtures caught while
28
+ fixing this: `package-lock.json` version drifted from `package.json`
29
+ (0.35.2 vs 0.35.3+), and a hardcoded `skillCount === 36` assertion had rotted
30
+ against the real, current 43 skill directories. The count assertion now
31
+ compares against the actual `skills/*/SKILL.md` directories on disk instead
32
+ of a hardcoded number, so it can't go stale the same way again.
33
+
34
+ ---
35
+
36
+ ## v0.35.3 — coding standards wired into plan/preplan/build/fixit/review
37
+
38
+ ### Fixed
39
+ - `docs/CODING-STANDARDS.md` (regen-root's SOLID/Clean-Architecture standard)
40
+ existed but was never referenced by any skill that actually reads source
41
+ documents before working — `preplan`, `plan`, `build`, `fixit`, and
42
+ `review` all now load it (regen-root; skip if absent). Applied to both the
43
+ `commands/*.md` and `skills/*/SKILL.md` copies where they diverge.
44
+ - `skills/review/SKILL.md` incorrectly attributed `rdc-solid-score` to ATF;
45
+ it is this package's own validator (`scripts/solid-score.mjs`), which ATF's
46
+ Test-Ladder separately invokes as a consumer, not an owner.
47
+
48
+ ### Added
49
+ - WIP, best-effort references to ATF's Test-Ladder and rdc-harness's
50
+ proof-ledger/mutation-check pattern in `build`, `fixit`, and `review` — not
51
+ a hard gate; explicitly a no-op where a target repo doesn't ship either.
52
+
53
+ ---
54
+
55
+ ## v0.25.11 — private Coolify maintenance path
56
+
57
+ ### Added
58
+ - `rdc:deploy maintenance <service>` for template-declared private Coolify
59
+ infrastructure, with internal-network health verification and no public
60
+ domain or host-port publication.
61
+
62
+ ### Fixed
63
+ - Re-aligned package, lockfile, and plugin manifest versions for strict skill
64
+ validation.
65
+
66
+ ---
67
+
68
+ ## v0.25.5 — MCP catalog release hygiene
69
+
70
+ ### Fixed
71
+ - Synced `.claude-plugin/plugin.json` to the package release version so strict
72
+ self-test passes before publishing the MCP catalog.
73
+ - Added the missing output-contract banner to `new-model`.
74
+
75
+ ### Changed
76
+ - Updated `rdc:convert` cloud/CLI guidance to prefer npm `regen.mde` for
77
+ build-corpus instead of stale GitHub-install instructions.
78
+
79
+ ---
80
+
81
+ ## v0.25.0 — rdc:onramp Phase-1 enrollment skill
82
+
83
+ ### Added
84
+ - `rdc:onramp` — Phase-1 enrollment infrastructure orchestrator for new Place
85
+ Fund projects. It gates the existing `enroll_place` RPC, `insert_work_item`
86
+ enrollment epic, and `onramp-scaffold-place.mjs` disk scaffolder in strict
87
+ order, with fresh/already-enrolled/spine-ahead/disk-ahead drift handling.
88
+ - Tier-2 onramp test manifest coverage for the `_context.md` absence invariant,
89
+ deterministic door contracts, and four-state drift behavior.
90
+
91
+ ---
92
+
93
+ ## v0.21.0 — channel-formatter skill
94
+
95
+ ### Added
96
+ - `rdc:channel-formatter` — channel-native output formatting for LinkedIn, Twitter/X,
97
+ Slack/Teams, Email (external/internal), Pitch Deck, Word/DOCX, PDF Report, and
98
+ Web/Landing Page. Ported from the `output-channel-formatter` claude.ai skill and
99
+ **inlined into a single self-contained SKILL.md** (no `references/` files) so it works
100
+ identically across the CLI plugin, the claude.ai web client (via `rdc_skill_get`, which
101
+ serves only SKILL.md), and Codex.
102
+
103
+ ---
104
+
105
+ ## v0.9.38 — Clean-box npm install hardening
106
+
107
+ ### Fixed
108
+
109
+ - **Fresh Claude home install.** The installer now creates `CLAUDE_HOME` and `settings.json` when they do not exist, so a first-time machine is not blocked before Claude has written config files.
110
+ - **Public package portability.** Removed the most brittle user-machine paths from public skill docs and hooks, replacing them with `{PROJECT_ROOT}`, `{RDC_SKILLS_ROOT}`, or environment-derived paths.
111
+ - **Hook path fallback.** Commit hygiene hooks now use the current OS home directory instead of a user-specific fallback path.
112
+
113
+ ### Added
114
+
115
+ - **npm binaries.** `rdc-skills-install` and `rdc-skills-self-test` are exposed from the npm package for simpler clean-box installs.
116
+
117
+ ---
118
+
119
+ ## v0.9.37 — RDC hook loop guard and behavior tests
120
+
121
+ ### Fixed
122
+
123
+ - **Stop hook reentry.** `rdc-output-contract-gate.js` now exits cleanly when Claude is already inside an active Stop-hook retry, preventing noncompliant-but-legitimate turns from hard-looping the session.
124
+ - **Marker deduplication.** `rdc-invocation-marker.js` now preserves the original marker when `UserPromptExpansion` and `UserPromptSubmit` both fire for the same RDC command within the same second.
125
+
126
+ ### Added
127
+
128
+ - **Hook behavioral tests.** New `scripts/test-rdc-hooks.mjs` executes the marker and Stop hooks against real JSON payloads, and `self-test --strict` now fails if those behavioral checks fail.
129
+
130
+ ---
131
+
132
+ ## v0.9.36 — Portable installer profiles and startup onboarding
133
+
134
+ ### Added
135
+
136
+ - **Installer profiles.** `--profile core` installs clean-box-safe hooks only; `--profile lifeai` keeps the LIFEAI/regen-root cwd, clauth, Supabase, and overnight hooks. `auto` chooses `lifeai` only when a sibling `regen-root` project is detected.
137
+ - **Managed startup guide.** New `guides/rdc-skills-startup.md` explains what RDC skills add, the active profiles, and where to find skills, commands, guides, hooks, and installer behavior.
138
+ - **Optional startup block writer.** `--project-root <path> --write-startup-blocks` writes `.rdc/guides/rdc-skills-startup.md` plus managed RDC sections in project `CLAUDE.md` and `AGENTS.md`.
139
+ - **Install welcome.** The installer now prints the selected profile, what it enables, and where to look next.
140
+
141
+ ### Changed
142
+
143
+ - The default clean-box profile no longer wires regen-root-specific hooks such as cwd lock, Supabase work-item exit gate, rate-limit retry, or overnight open-epic guard.
144
+
145
+ ---
146
+
147
+ ## v0.9.35 — RDC output-contract hook enforcement
148
+
149
+ ### Added
150
+
151
+ - **RDC slash-command marker hook.** `rdc-invocation-marker.js` marks direct `/rdc:*` skill invocations through `UserPromptExpansion`, with a `UserPromptSubmit` fallback for older runtimes, and injects the output/engineering contract reminder.
152
+ - **RDC Stop gate.** `rdc-output-contract-gate.js` blocks completion for active RDC invocations until the final assistant message includes both a checklist row and a verdict line.
153
+ - **Installer wiring and self-test coverage.** The Node and PowerShell installers now wire the RDC marker/gate hooks, and `self-test` fails when required hook files or installer references are missing.
154
+
155
+ ---
156
+
157
+ ## 0.6.1 — Tier 2 stability + rdc:watch session watcher
158
+
159
+ ### Added
160
+
161
+ - **`rdc:watch` skill.** Initializes a session log and opens a static HTML viewer that tails Claude activity live via `fetch()` polling. Zero infra — pure filesystem + `.rdc/session-log/current.log` + `viewer.html`. New skill at `skills/rdc-watch.md`, init helper at `scripts/watch-init.mjs`, viewer asset at `assets/watcher/viewer.html`. Dark terminal theme, color-coded event kinds (`dispatch`/`commit`/`test`/`error`/`note`/`banner`), auto-scroll, stall detection.
162
+ - **Tier 2 behavioral harness (WP1–WP9).** Full work-item delta wiring through PostgREST, 13 baseline test manifests, Tier 2 runner, CI workflow, skill documentation.
163
+
164
+ ### Fixed
165
+
166
+ - **Windows spawn streaming.** `scripts/lib/runner.mjs` now passes `--verbose` alongside `--output-format stream-json` so Claude emits events to stdout on Windows. Without it, stream-json output was buffered/empty.
167
+ - **Main-db sandbox mode.** Tier 2 runner supports free, read-only sandbox mode against the main Supabase project so behavioral tests don't accrue hourly branch costs.
168
+
169
+ ---
170
+
171
+ ## v0.6.0 — Plugin conversion + agent-hide
172
+
173
+ ### Added
174
+
175
+ - **Claude Code plugin format.** New `.claude-plugin/plugin.json` manifest at repo root (name, version, description, author, homepage, repository) plus `.claude-plugin/marketplace.json` declaring this repo as a single-plugin marketplace pointing at itself (`source: "."`). Matches the schema used by `hookify`, `commit-commands`, `huggingface-skills`, and other official Anthropic plugins — directories (`skills/`, `hooks/`, `commands/`, `agents/`) are auto-discovered by convention, no explicit path keys needed.
176
+ - **New install path.**
177
+ ```
178
+ /plugin marketplace add LIFEAI/rdc-skills
179
+ /plugin install rdc-skills
180
+ ```
181
+ All 16 user-invocable skills load automatically via Claude Code's plugin runtime — no copy scripts, no `~/.claude/skills/user/` writes.
182
+
183
+ ### Changed
184
+
185
+ - **10 agent-type skills moved out of `skills/` into `guides/agents/`** (Thread D). Reclaims slots in the Claude Code skill menu cap. Agent playbooks (frontend, backend, data, design, infrastructure, content, cs2, viz, setup, verify) are now dispatched internally by `rdc:build` and are no longer user-invocable slash commands.
186
+ - **README install section rewritten** to lead with `/plugin install`. Legacy PowerShell/Bash install path documented under "Legacy install (deprecated)".
187
+
188
+ ### Deprecated
189
+
190
+ - `scripts/install.ps1`, `scripts/install.sh`, `scripts/install.js` — deprecation headers added. These will be **removed in v0.7.0**. Migrate to `/plugin install rdc-skills`.
191
+
192
+ ---
193
+
194
+ ## [0.4.0] — 2026-04-14
195
+
196
+ ### Added
197
+
198
+ #### `rdc:verify` — Verification Gate Skill
199
+ - New skill `skills/rdc-verify.md` — evidence-before-claims verification gate adapted from obra/superpowers `verification-before-completion` pattern
200
+ - **Iron Law**: NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE — no "should", no "probably", no reasoning from memory
201
+ - **Stack-specific commands**: `npx vitest run --dir <pkg>` + `npx tsc --noEmit --project <pkg>/tsconfig.json`
202
+ - **Explicit ban**: `pnpm build` / `pnpm test` / `pnpm -r` — crashes machine (800MB/process)
203
+ - Rationalization prevention table, required output format with quoted evidence
204
+
205
+ ### Changed
206
+
207
+ #### `rdc:build` — Mandatory Final Verification Phase
208
+ - New step 10: invoke `rdc:verify` across every package/app touched before marking epic done
209
+ - Step 11: push + version bump + summary **only after** verification evidence passes
210
+
211
+ #### `rdc:review` — Verification Gate Before CLEAN Verdict
212
+ - New step 9: invoke `rdc:verify` after fixes land — no CLEAN verdict without fresh vitest + tsc output quoted in report
213
+ - If verify fails → loop back, fix, re-run (never emit CLEAN optimistically)
214
+
215
+ ---
216
+
217
+ ## [0.3.0] — 2026-04-13
218
+
219
+ ### Added
220
+
221
+ #### Intelligent Project Detection (`scripts/install.js`)
222
+ - **`detectProjectInfo(projectRoot)`** — scans `package.json`, git remote, `.env.local` (incl. `apps/**`), `CLAUDE.md`, existing `.rdc/config.json` to auto-populate setup interview defaults
223
+ - **Auto-prompt setup interview** — default install now prompts `"No .rdc/config.json found. Run setup interview now? [Y/n]:"` instead of passive tip
224
+ - **Pre-filled interview** — detected values shown in `[brackets]`; press Enter to accept. Eliminates manual re-entry of already-known project metadata
225
+ - **Detection summary printed** — detected project name, GitHub, Supabase ref, branches, guides dir shown after preflight
226
+
227
+ #### `/rdc:setup` Skill
228
+ - **New Claude skill** `rdc-setup.md` — instructs Claude to perform a full project scan (15+ file types), emit structured detection summary, generate `.rdc/config.json` and overlay guides, offer docs/ migration, commit result
229
+ - Complements the `install.js` script-level detection with a richer AI-driven scan when running interactively in Claude Code
230
+ - Preserves existing `agent-bootstrap.md` custom sections when updating
231
+
232
+ ---
233
+
234
+ ## [0.2.0] — 2026-04-13
235
+
236
+ ### Added
237
+
238
+ #### `.rdc/` Project Directory Convention
239
+ - **`.rdc/config.json` schema** — project metadata: name, hook_scope, git config, Supabase ref, credential provider, repo list, path overrides, constraints
240
+ - **Standardised paths**: `.rdc/guides/`, `.rdc/plans/`, `.rdc/reports/`, `.rdc/research/`, `.rdc/state/`
241
+ - All 20 skills updated to read from `.rdc/` with fallback to legacy `docs/` structure for existing projects
242
+ - `guides/agent-bootstrap.md` updated to instruct agents to check `.rdc/config.json` for project metadata
243
+
244
+ #### Installer (`scripts/install.js`)
245
+ - **`--migrate <path>` flag** — interactive wizard: scans for `docs/guides/`, `docs/plans/`, `docs/reports/`, `docs/research/`; offers to move each to `.rdc/`; merges files if destination already exists; auto-detects GitHub org/repo from git remote
246
+ - **`--setup` generates `.rdc/config.json`** from interview answers in addition to `docs/guides/agent-bootstrap.md`
247
+ - **Preflight checks** — Node ≥ 18 (hard error), clauth daemon ping (warn), `.rdc/config.json` presence check (suggest `--setup`)
248
+ - **Multi-project support** — each project carries its own `.rdc/` committed to git; skills are global, intelligence travels with the repo
249
+
250
+ #### Multi-Repo Support
251
+ - `config.json` `repos[]` array — primary + satellite repos listed with roles
252
+ - One project, many repos: monorepo root holds `.rdc/config.json`, lists satellite repo paths
253
+
254
+ ---
255
+
256
+ ## [0.1.0] — 2026-04-13
257
+
258
+ ### Added
259
+
260
+ #### Core Architecture
261
+
262
+ - **Plugin scaffold** — Complete rdc-skills plugin repo structure extracted from regen-root monorepo
263
+ - **Two-layer guide system** — Plugin base guides + project overlay guides enabling skill portability across codebases
264
+ - Plugin base covers generic patterns (work items RPC, git workflow, standard builds)
265
+ - Project overlays (frontend.md, backend.md, data.md, etc.) inject stack-specific conventions
266
+ - Agent receives merged context — project layer wins on conflicts
267
+ - **Skill dispatch system** — Twelve skill commands integrated with Supabase work_items RPC
268
+ - `/rdc:status` — Show open epics, kanban, Coolify health, next action
269
+ - `/rdc:plan <topic>` — Architecture planning, create epic + child tasks
270
+ - `/rdc:preplan <topic>` — Research phase before planning
271
+ - `/rdc:build <epic-id>` — Execute epic tasks in parallel with typed agents
272
+ - `/rdc:review` — Quality gate: tests, types, stale docs, exports
273
+ - `/rdc:overnight` — Unattended full pipeline (chains all skills across queue)
274
+ - `/rdc:fixit <description>` — Sanctioned bypass for <5 files, <30 min hotfixes
275
+ - `/rdc:report` — Generate nightly markdown report to docs/reports/YYYY-MM-DD.md
276
+ - Plus agent bootstrap guide + domain-specific agent guides (frontend, backend, data, design, infrastructure, content, cs2)
277
+
278
+ #### TDD Enforcement (Option B)
279
+
280
+ - **Wave-based test-first builds** — rdc:build now requires tests-first per build wave
281
+ - npx vitest run per package before proceeding to next wave
282
+ - `pnpm build` NEVER invoked (memory constraints on dev machine)
283
+ - Allows async test runs in subagent while supervisor waits
284
+ - **Test harness integration** — skills coordinate with tsconfig paths, jest/vitest configs, test result tracking
285
+ - **Coverage reporting** — per-wave coverage aggregation, integration with GitHub PR checks
286
+
287
+ #### Stop Hook
288
+
289
+ - **no-stop-open-epics.js** — Blocks Claude from stopping when `get_open_epics()` returns todo items
290
+ - Only blocks when todo-status epics exist (in_progress = another session owns them)
291
+ - Project scope guard — only fires in sessions where cwd contains PROJECT_SCOPE folder
292
+ - Integrates with Supabase REST API (project-ref from env vars)
293
+ - Exit code 2 = block, 0 = allow
294
+ - Silent pass if Supabase credentials unavailable
295
+
296
+ #### Installation & Management
297
+
298
+ - **Windows installer** (scripts/install.ps1) — CLAUDE_HOME detection, symlink skills + hooks, summary report
299
+ - **Unix installer** (scripts/install.sh) — Bash equivalent for macOS/Linux
300
+ - **Update scripts** — git pull + reinstall (version bump reporting)
301
+ - **Uninstall scripts** — Safe removal of rdc-skills files only (never touches user files)
302
+ - **Validation test** (tests/validate-skills.js) — YAML frontmatter check, required sections, exit 1 on failure
303
+
304
+ #### Documentation
305
+
306
+ - **Plugin README** — Architecture diagram, quick start, skill reference table, guide types, Option B explanation
307
+ - **Generic work-items-rpc.md** — Complete RPC reference (generic, no hardcoded project IDs)
308
+ - get_open_epics, insert_work_item, update_work_item_status, get_work_items_by_epic, bump_epic_version
309
+ - Valid enum values, JS client patterns, direct SQL patterns
310
+ - **Project setup guide** — Two required files per project (agent-bootstrap.md, project overlay guides)
311
+ - **Contributing guide** — Fork → branch → PR workflow, validate before submit
312
+
313
+ #### Settings & Configuration
314
+
315
+ - **.claude/settings.json** — Plugin harness permissions, nodeID detection
316
+ - **.gitignore** — Standard Node.js + git exclusions
317
+
318
+ ### Changed
319
+
320
+ - N/A (initial release)
321
+
322
+ ### Deprecated
323
+
324
+ - N/A
325
+
326
+ ### Removed
327
+
328
+ - N/A
329
+
330
+ ### Fixed
331
+
332
+ - N/A
333
+
334
+ ### Security
335
+
336
+ - Credential handling via environment variables only (no hardcoded keys)
337
+ - clauth daemon tunnel for all sensitive operations
338
+ - Project scope guard prevents stop hook from firing in wrong context
339
+
340
+ ---
341
+
342
+ ## Installation & Setup
343
+
344
+ ### For end users
345
+
346
+ ```bash
347
+ # Windows
348
+ git clone https://github.com/LIFEAI/rdc-skills.git
349
+ npm run install:win
350
+
351
+ # macOS / Linux
352
+ git clone https://github.com/LIFEAI/rdc-skills.git
353
+ npm run install:unix
354
+ ```
355
+
356
+ Then configure your project:
357
+ 1. Create `docs/guides/agent-bootstrap.md` with credentials
358
+ 2. Create per-role overlay guides in `docs/guides/` (frontend.md, backend.md, etc.)
359
+ 3. Run `/rdc:status` to verify setup
360
+
361
+ ### For contributors
362
+
363
+ ```bash
364
+ git clone https://github.com/LIFEAI/rdc-skills.git
365
+ cd rdc-skills
366
+ npm run validate # Check all skills
367
+ npm run test # (future: comprehensive test suite)
368
+ ```
369
+
370
+ ---
371
+
372
+ ## Known Issues & Roadmap
373
+
374
+ ### Current Limitations
375
+
376
+ - Stop hook requires Supabase access (silent pass if unavailable)
377
+ - No built-in skill/guide templating yet (manual creation)
378
+ - Validation test basic (could extend to markdown lint, frontmatter schema, etc.)
379
+
380
+ ### Phase 2 (Future)
381
+
382
+ - Skill generator (`rdc:newskill`) for rapid skill creation
383
+ - Guide templating system
384
+ - Agent role auto-detection from codebase structure
385
+ - Integration with GitHub Actions CI
386
+ - Skill marketplace / package distribution
387
+ - TDD enforcement integration for all major test frameworks (Vitest, Jest, pytest, Gotest)
388
+
389
+ ---
390
+
391
+ ## License
392
+
393
+ MIT — See LICENSE file for details.