Problem
Five skills exist in skills/ but only two are discoverable:
skills/deft-roadmap-refresh/ — structured roadmap triage workflow
skills/deft-review-cycle/ — PR review cycle workflow
skills/deft-swarm/ — parallel agent orchestration workflow
The README.md directory tree and ### Skills section only list deft-build and deft-setup. None of the three above appear there.
AGENTS.md references deft-review-cycle indirectly (line 43, PR conventions) but has no keyword-to-skill routing table. An agent reading AGENTS.md has no way to discover that "swarm", "parallel agents", or "roadmap refresh" should trigger reading a specific SKILL.md.
Observed failure (2026-04-06)
User asked agent to "analyze roadmap for a swarm." Agent had read AGENTS.md but did not read skills/deft-swarm/SKILL.md because nothing in AGENTS.md maps the keyword "swarm" to that skill. Agent improvised a swarm workflow from scratch, missing the structured 6-phase process, file-overlap audit, prompt template, and launch options documented in the skill. The failure was only caught when the user asked whether the agent was using the skill.
Root cause: AGENTS.md is the one file agents reliably read every session, but it contains no skill routing for task-triggered skills.
Recommend: Phase 1 (Adoption Blocker)
Currently tracked in Phase 2 (Documentation & Content Fixes). Recommend promoting to Phase 1 — Adoption Blockers because:
Fix
- AGENTS.md — Add a
## Skills section with a keyword-to-skill routing table:
- "swarm" / "parallel agents" / "launch agents" ->
skills/deft-swarm/SKILL.md
- "roadmap refresh" / "triage" / "roadmap analysis" ->
skills/deft-roadmap-refresh/SKILL.md
- "review cycle" / "check reviews" ->
skills/deft-review-cycle/SKILL.md (currently only an indirect reference)
- README directory tree — Add
deft-review-cycle/, deft-roadmap-refresh/, deft-swarm/ under skills/
- README — Add a
### Skills section with brief descriptions of all 5 skills
Xrefs
Problem
Five skills exist in
skills/but only two are discoverable:skills/deft-roadmap-refresh/— structured roadmap triage workflowskills/deft-review-cycle/— PR review cycle workflowskills/deft-swarm/— parallel agent orchestration workflowThe README.md directory tree and
### Skillssection only listdeft-buildanddeft-setup. None of the three above appear there.AGENTS.mdreferencesdeft-review-cycleindirectly (line 43, PR conventions) but has no keyword-to-skill routing table. An agent reading AGENTS.md has no way to discover that "swarm", "parallel agents", or "roadmap refresh" should trigger reading a specific SKILL.md.Observed failure (2026-04-06)
User asked agent to "analyze roadmap for a swarm." Agent had read AGENTS.md but did not read
skills/deft-swarm/SKILL.mdbecause nothing in AGENTS.md maps the keyword "swarm" to that skill. Agent improvised a swarm workflow from scratch, missing the structured 6-phase process, file-overlap audit, prompt template, and launch options documented in the skill. The failure was only caught when the user asked whether the agent was using the skill.Root cause: AGENTS.md is the one file agents reliably read every session, but it contains no skill routing for task-triggered skills.
Recommend: Phase 1 (Adoption Blocker)
Currently tracked in Phase 2 (Documentation & Content Fixes). Recommend promoting to Phase 1 — Adoption Blockers because:
Fix
## Skillssection with a keyword-to-skill routing table:skills/deft-swarm/SKILL.mdskills/deft-roadmap-refresh/SKILL.mdskills/deft-review-cycle/SKILL.md(currently only an indirect reference)deft-review-cycle/,deft-roadmap-refresh/,deft-swarm/underskills/### Skillssection with brief descriptions of all 5 skillsXrefs