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 skills add IncommensurableHubris/fullstack-director --skill 03-architectgit 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/03-architect)<a href="https://agentmods.dev/skills/incommensurablehubris/fullstack-director/03-architect"><img src="https://agentmods.dev/badge/skills/incommensurablehubris/fullstack-director/03-architect.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.00218 | $0.03829 |
| Opus 5 | $0.00109 | $0.01914 |
| Sonnet 5 | $0.00044 | $0.00766 |
| Haiku 4.5 | $0.00022 | $0.00383 |
Grade A, and why
03-architect 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 — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
03 · Architect — realize (system)
Two modes. 03-architect init writes the durable system shape (system.md + the tech-stack ADR + the ADR
index). 03-architect sprint N writes per-feature specs (with Verification Contracts) + any new ADRs for
that sprint's REQs. Both reference REQs by ID and realize within the declared envelope
(architecture-constraints.md). You are the second skill to run Reconcile — and the first to run its judgment
pass in a context-isolated subagent (the architecture reconciler, shared/subagent-protocol.md).
Operating principle — realize, and reconcile (subagent-isolated)
Two moves, run together:
- Realize. Turn
architecture-constraints.md+ the sprint's REQs (+ the02design contract) into a lean system shape, decisions (ADRs), and feature contracts. Reference REQs by ID; derive freely below the governed envelope. Fix only load-bearing invariants; mark starting valuesseed, un-needed onesdeferred. - Reconcile. Challenge
architecture-constraints.mdtwo ways: contradiction-flag — the realization violates astatedconstraint / Constitution mandate (a datastore that can't meet a stated REQ); flesh-out — a declaration-altitude decision the architecture forces is missing /derived. Both → Tier-2 gate, resolved by the tech-mandate flow (amend the constraint and record a resolving ADR — one trigger, two altitudes). Run it as a dual pass: Pass 1 deterministic inline, Pass 2 judgment in a fresh-context subagent. Full method:references/reconcile-architecture.md.
The boundary-test = the constraint line. Reconcile fires only on the governed layer (stated architecture- constraints: stack · hosting · region/residency · compliance · scale · "no X" · Constitution mandates); the
delegated layer (the C4 shape · component decomposition · internal data shapes · library picks within the
envelope) is free realization — no amendment, ever. A named-technology or scale change is minimum Tier 2.
What ships with it
56 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_architecture.py 92 KB runs code
- evals/evals.json 14 KB
- evals/fixtures/beacon-agent/docs/planning/sprints/sprint-01.md 605 B
- evals/fixtures/beacon-agent/docs/spec/agent-contract.md 1.6 KB
- evals/fixtures/beacon-agent/docs/spec/amendment-log.json 23 B
- evals/fixtures/beacon-agent/docs/spec/architecture-constraints.md 824 B
- evals/fixtures/beacon-agent/docs/spec/capabilities/research.md 1.5 KB
- evals/fixtures/beacon-agent/docs/spec/evals/research/synthesis.jsonl 153 B
- evals/fixtures/beacon-agent/docs/spec/specification.md 1.4 KB
- evals/fixtures/beacon-data/docs/planning/sprints/sprint-01.md 605 B
- evals/fixtures/beacon-data/docs/spec/agent-contract.md 2.1 KB
- evals/fixtures/beacon-data/docs/spec/amendment-log.json 23 B
- evals/fixtures/beacon-data/docs/spec/architecture-constraints.md 2.1 KB
- evals/fixtures/beacon-data/docs/spec/capabilities/research.md 1.5 KB
- evals/fixtures/beacon-data/docs/spec/evals/research/synthesis.jsonl 153 B
- evals/fixtures/beacon-data/docs/spec/specification.md 1.6 KB
- evals/fixtures/beacon-nogate/docs/planning/sprints/sprint-01.md 605 B
- evals/fixtures/beacon-nogate/docs/spec/agent-contract.md 1.6 KB
- evals/fixtures/beacon-nogate/docs/spec/amendment-log.json 23 B
- evals/fixtures/beacon-nogate/docs/spec/architecture-constraints.md 1.6 KB
- evals/fixtures/beacon-nogate/docs/spec/capabilities/research.md 1.5 KB
- evals/fixtures/beacon-nogate/docs/spec/evals/research/synthesis.jsonl 153 B
- evals/fixtures/beacon-nogate/docs/spec/specification.md 1.5 KB
- evals/fixtures/teampulse-clean/docs/design/approved/sprint-01/manifest.md 2.1 KB
- evals/fixtures/teampulse-clean/docs/planning/sprints/sprint-01.md 8.6 KB
- evals/fixtures/teampulse-clean/docs/spec/amendment-log.json 23 B
- evals/fixtures/teampulse-clean/docs/spec/architecture-constraints.md 2.0 KB
- evals/fixtures/teampulse-clean/docs/spec/capabilities/digest.md 2.3 KB
- evals/fixtures/teampulse-clean/docs/spec/capabilities/standups.md 2.4 KB
- evals/fixtures/teampulse-clean/docs/spec/capabilities/team.md 2.6 KB
- evals/fixtures/teampulse-clean/docs/spec/specification.md 5.7 KB
- evals/fixtures/teampulse-sqlite/docs/design/approved/sprint-01/manifest.md 2.1 KB
- evals/fixtures/teampulse-sqlite/docs/planning/sprints/sprint-01.md 8.6 KB
- evals/fixtures/teampulse-sqlite/docs/spec/amendment-log.json 23 B
- evals/fixtures/teampulse-sqlite/docs/spec/architecture-constraints.md 2.0 KB
- evals/fixtures/teampulse-sqlite/docs/spec/capabilities/digest.md 2.3 KB
- evals/fixtures/teampulse-sqlite/docs/spec/capabilities/standups.md 2.4 KB
- evals/fixtures/teampulse-sqlite/docs/spec/capabilities/team.md 2.6 KB
- evals/fixtures/teampulse-sqlite/docs/spec/specification.md 5.7 KB
- evals/fixtures/teampulse-underspecified/docs/design/approved/sprint-01/manifest.md 2.1 KB
- evals/fixtures/teampulse-underspecified/docs/planning/sprints/sprint-01.md 8.6 KB
- evals/fixtures/teampulse-underspecified/docs/spec/amendment-log.json 23 B
- evals/fixtures/teampulse-underspecified/docs/spec/architecture-constraints.md 2.1 KB
- evals/fixtures/teampulse-underspecified/docs/spec/capabilities/digest.md 2.3 KB
- evals/fixtures/teampulse-underspecified/docs/spec/capabilities/standups.md 2.4 KB
- evals/fixtures/teampulse-underspecified/docs/spec/capabilities/team.md 2.6 KB
- evals/fixtures/teampulse-underspecified/docs/spec/specification.md 5.7 KB
- evals/README.md 12 KB
- references/data-architecture.md 27 KB
- references/feature-spec.md 9.7 KB
- references/reconcile-architecture.md 19 KB
- references/system-architecture.md 13 KB
- templates/adr-README.md 1.8 KB
- templates/adr.md 3.5 KB
- templates/feature-spec.md 5.7 KB
- templates/system.md 11 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 · 158 lines · 218 tokens per session scan A 10baad917447
03-architect is a skill published in the GitHub repository IncommensurableHubris/fullstack-director (5 stars, last pushed 26d ago), licensed MIT. It adds 218 tokens to every session and 3,829 once invoked, about $0.0011 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.