Skip to content

Skills undiscoverable — no keyword routing in AGENTS.md, 3 skills missing from README #147

@MScottAdams

Description

@MScottAdams

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

  1. 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)
  2. README directory tree — Add deft-review-cycle/, deft-roadmap-refresh/, deft-swarm/ under skills/
  3. README — Add a ### Skills section with brief descriptions of all 5 skills

Xrefs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions