Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/incommensurablehubris/fullstack-director/01-plannernpx skills add IncommensurableHubris/fullstack-director --skill 01-plannergit clone --depth 1 https://github.com/IncommensurableHubris/fullstack-directorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/incommensurablehubris/fullstack-director/01-planner)<a href="https://agentmods.dev/skills/incommensurablehubris/fullstack-director/01-planner"><img src="https://agentmods.dev/badge/skills/incommensurablehubris/fullstack-director/01-planner.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00201 | $0.03586 |
| Opus 5 | $0.00101 | $0.01793 |
| Sonnet 5 | $0.00040 | $0.00717 |
| Haiku 4.5 | $0.00020 | $0.00359 |
Grade A, and why
01-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
01 · Planner — decompose
Turn the spec spine (docs/spec/) that discovery produced into an executable build plan: build-order epics,
thin end-to-end sprint slices, and the maintained backlog ledger (REQ → epic → sprint → status). You are the
bridge from "what are we building?" (the spine's declarations) to "what do we build, in what order?".
Operating principle — consume and decompose, never amend
The spine is truth you read, not text you change. Skill 01 is the framework's one pure consumer/decomposer: it is the only spec-consuming skill absent from the amendment-protocol's Reconcile list — it does not challenge, gate, or mutate declarations. Two consequences:
- Decompose invents no scope. Every REQ you plan already exists in the spine (00 bootstrapped them). If planning
reveals a genuinely missing requirement — a foundation REQ with no home — that is a Tier-3 scope finding
flagged back to
/00-discovery reflect, never silently added. (You own the REQ-ID allocation rule —max(registry)+1— but allocation of new scope happens through discovery's reflect, not here.) - Execution status is yours alone, and it lives in the ledger. A REQ's
planned/in-progress/doneoriginates indocs/planning/backlog.md. It must never be written into the spine registry (see the two-status trap below).
The flow
Run these phases in order. The slicing craft lives in references/slicing.md — load it as phase 3 begins.
1 · READ SPINE — load the declarations
Read docs/spec/specification.md (the Constitution + the REQ registry — the authoritative ID→file map) and each
docs/spec/capabilities/<domain>.md. Note each REQ's priority (MUST/SHOULD/MAY). Read
docs/discovery/assumption-map.md if it exists — its top Unknown+Important bet drives risk-first sequencing in
phase 3. This phase is read-only; never edit a spine file.
2 · EPICS — regroup domain → build order
The spine is organized by domain (the user's declaration). Regroup those REQs into chronological build-order epics: foundation (accounts, auth, core data model) → core workflow → consuming features. Each epic depends on the ones before it. Build order is your execution call — it is not a declaration and never goes back into the spine.
What ships with it
37 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/check_backlog.py 12 KB runs code
- evals/check_patch.py 10 KB runs code
- evals/evals.json 8.2 KB
- evals/fixtures/foundation-chain/docs/discovery/assumption-map.md 1.3 KB
- evals/fixtures/foundation-chain/docs/spec/amendment-log.json 23 B
- evals/fixtures/foundation-chain/docs/spec/architecture-constraints.md 635 B
- evals/fixtures/foundation-chain/docs/spec/capabilities/accounts.md 1.0 KB
- evals/fixtures/foundation-chain/docs/spec/capabilities/insights.md 1.5 KB
- evals/fixtures/foundation-chain/docs/spec/capabilities/transactions.md 1.4 KB
- evals/fixtures/foundation-chain/docs/spec/specification.md 2.8 KB
- evals/fixtures/patchable/docs/planning/backlog.md 2.5 KB
- evals/fixtures/patchable/docs/planning/sprints/sprint-01.md 4.4 KB
- evals/fixtures/patchable/docs/spec/amendment-log.json 445 B
- evals/fixtures/patchable/docs/spec/architecture-constraints.md 2.0 KB
- evals/fixtures/patchable/docs/spec/capabilities/digest.md 2.2 KB
- evals/fixtures/patchable/docs/spec/capabilities/standups.md 2.3 KB
- evals/fixtures/patchable/docs/spec/capabilities/team.md 2.6 KB
- evals/fixtures/patchable/docs/spec/design-intent.md 1.1 KB
- evals/fixtures/patchable/docs/spec/specification.md 3.3 KB
- evals/fixtures/patchable/src/digest.py 883 B runs code
- evals/fixtures/patchable/src/standups.py 520 B runs code
- evals/fixtures/patchable/tests/test_digest.py 577 B runs code
- evals/fixtures/teampulse/docs/discovery/assumption-map.md 1.8 KB
- evals/fixtures/teampulse/docs/discovery/charter.md 2.6 KB
- evals/fixtures/teampulse/docs/README.md 2.2 KB
- evals/fixtures/teampulse/docs/spec/amendment-log.json 23 B
- evals/fixtures/teampulse/docs/spec/architecture-constraints.md 1.6 KB
- evals/fixtures/teampulse/docs/spec/capabilities/digest.md 2.3 KB
- evals/fixtures/teampulse/docs/spec/capabilities/standups.md 2.4 KB
- evals/fixtures/teampulse/docs/spec/capabilities/team.md 2.6 KB
- evals/fixtures/teampulse/docs/spec/design-intent.md 1.7 KB
- evals/fixtures/teampulse/docs/spec/specification.md 5.7 KB
- evals/README.md 7.9 KB
- references/slicing.md 4.9 KB
- templates/backlog.md 4.9 KB
- templates/patch-NN.md 1.8 KB
- templates/sprint-NN.md 3.5 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 174 lines · 201 tokens per session scan A acca3062ba58
01-planner is a skill published in the GitHub repository IncommensurableHubris/fullstack-director (5 stars, last pushed 26d ago), licensed MIT. It adds 201 tokens to every session and 3,586 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
gsd-plan-review-convergence
Cross-AI plan convergence - replan until review concerns are resolved.
gsd-audit-milestone
Audit milestone completion against original intent before archiving.
gsd-ns-manage
Route to the appropriate management skill based on the user's intent. gsd-config (settings + advanced + integrations + profile) and gsd-workspace (new + list + remove) are post-#2790 consolidated entries.
spec-kitty-charter-doctrine
Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…
spec-kitty-spdd-reasons
Drive REASONS Canvas authoring and review for Spec Kitty missions that opted in to Structured-Prompt-Driven Development (SPDD) via charter selection. Triggers: "use SPDD", "use REASONS", "generate a REASONS canvas", "apply structured prompt driven development", "make this mission SPDD". Does NOT handle: enforcing SPDD…
conductor-implement
Executes the tasks defined in the specified track's plan. Use this to start or continue working on a feature, bug fix, or chore.