Goal
Convert Terraphim Claude Code plugin skills in this repo into Clawdbot skills (Clawdbot format) so they can be used by Clawdbot agents.
Scope (initial)
- Convert the text/prompt-based skills first (e.g.
disciplined-research, disciplined-design, disciplined-implementation, disciplined-specification, disciplined-verification, disciplined-validation, etc.).
- Defer hook/agent binary features (
terraphim-agent, .claude-plugin, Claude-specific hook wiring) to a later phase.
Inventory
Source directories to port:
skills/*/SKILL.md (primary)
- any
skills/*/reference/** and skills/*/examples/**
Non-goals in v0:
- Installing / running
terraphim-agent
- Claude Code hook replacement
Deliverables
- A new Clawdbot-compatible skill package directory, e.g.
clawdbot-skills/terraphim-engineering/ (name TBD)
- or individual Clawdbot skills per Terraphim skill.
- Each converted skill includes:
SKILL.md (Clawdbot-facing instructions / trigger phrases)
- any supporting docs/assets
- clear mapping from Terraphim skill name → Clawdbot skill name
- A short
MIGRATION.md explaining:
- what was ported
- what was not
- how to use in Clawdbot
Proposed approach (very specific)
Phase 0 — Decide target packaging
Phase 1 — Build conversion rules
Create a deterministic conversion rubric:
Phase 2 — Create Clawdbot skill skeleton(s)
For each Terraphim skill folder:
Phase 3 — Add runtime tooling (optional, only if needed)
If any Terraphim skills require automation beyond prompting:
Phase 4 — Validation
Acceptance criteria
- At least these skills are usable from Clawdbot end-to-end:
- disciplined-research
- disciplined-design
- disciplined-implementation
- disciplined-specification
- disciplined-verification
- disciplined-validation
- Clear docs for installation/usage in Clawdbot.
Notes / references
This repo structure:
- skills live under
skills/*/SKILL.md
- Claude plugin instructions live in
README.md
Goal
Convert Terraphim Claude Code plugin skills in this repo into Clawdbot skills (Clawdbot format) so they can be used by Clawdbot agents.
Scope (initial)
disciplined-research,disciplined-design,disciplined-implementation,disciplined-specification,disciplined-verification,disciplined-validation, etc.).terraphim-agent,.claude-plugin, Claude-specific hook wiring) to a later phase.Inventory
Source directories to port:
skills/*/SKILL.md(primary)skills/*/reference/**andskills/*/examples/**Non-goals in v0:
terraphim-agentDeliverables
clawdbot-skills/terraphim-engineering/(name TBD)SKILL.md(Clawdbot-facing instructions / trigger phrases)MIGRATION.mdexplaining:Proposed approach (very specific)
Phase 0 — Decide target packaging
Phase 1 — Build conversion rules
Create a deterministic conversion rubric:
skills/<name>/SKILL.md, extract:name,description, triggers, usage sections, “system prompt” blocks.claude plugin …references with Clawdbot usage..claude-pluginand~/.claude/settings.local.jsoninstructions.Phase 2 — Create Clawdbot skill skeleton(s)
For each Terraphim skill folder:
clawdbot-skills/<skill-name>/SKILL.mddisciplined research,disciplined design, etc.Phase 3 — Add runtime tooling (optional, only if needed)
If any Terraphim skills require automation beyond prompting:
Phase 4 — Validation
Acceptance criteria
Notes / references
This repo structure:
skills/*/SKILL.mdREADME.md