Agent Claude Code
Transforms requirements, SPEC, and KB into design output — SPEC sections, typed dependency-ordered task breakdowns, feature decomposition, delivery sequencing, and DESIGN-typed task execution including UX and flow advice.
Agent Claude Code
Transforms requirements, SPEC, and KB into design output — SPEC sections, typed dependency-ordered task breakdowns, feature decomposition, delivery sequencing, and DESIGN-typed task execution including UX and flow advice.
Agent Claude Code
INTERNAL UTILITY (sub-agent only — do NOT invoke from a skill). Performs one mechanical, schema-bounded operation per dispatch — file extraction, template placeholder-fill, or glob enumeration — returning a markdown table or file with path and line evidence.
Agent Claude Code
The only agent that modifies production code. Implements TASK files following specs and KB conventions across all implementation task types (IMPLEMENT, TEST, REFACTOR, CONFIGURE, MIGRATE, FIX), with mandatory build verification and formal IMPEDIMENT.md escalation.
Agent Claude Code
Conducts adaptive one-question-at-a-time dialogue with human stakeholders to gather requirements, clarify ambiguity, and produce REQUIREMENTS.md or Q&A entries.
Agent Claude Code
Runs final release verification, packages artifacts, creates PRs and release notes, manages releases, and updates the KB on ship. Safety-first, verification-focused.
Agent Claude Code
Routes pipeline findings to the next phase or skill, enforces human gates, dispatches agents with context, and manages parallel execution.
Agent Claude Code
Reads and analyzes code, docs, logs, APIs, and external web sources to produce structured Knowledge Base documents and analysis reports — covering existing-state cataloguing, dependency/integration/convention mapping, telemetry interpretation, security analysis, performance profiling, and web-sourced prior art. Web…
Agent Claude Code
Adversarial quality evaluator. Reviews any artifact (code, tasks, specs, plans, KB docs) against its acceptance criteria, rubric, and KB conventions. Produces the 7-column issue ledger with source and severity tags. Does NOT fix anything; does NOT compute the grade.
Agent Claude Code
Authors user-facing documentation — API docs, changelogs, READMEs, release notes, user guides — and reviews existing docs for quality and accuracy.
Settings file Claude Code
Agent settings declaring 7 allowed tools.
Skill Claude CodeCodex
Answer a question about this project, with citations. Use this skill when you want to know something -- how a part of the system works, what a document says, where a piece of work stands -- and you want a grounded answer rather than a guess. It reads three sources: the Knowledge Base, the live codebase, and any AID…
Skill Claude CodeCodex
Diverge on a problem not yet formed into an answerable question, then converge it to a DESIGN SEED in .aid/design/ .md -- exploration, framings, and the candidate directions worth pursuing. Use this skill when a problem space is still open and you want to explore it, rather than answer one specific question. Grounded…
Skill Claude CodeCodex
View or update AID pipeline settings. Use this skill when you need to see how the pipeline is configured, or change one setting such as the project name, its type, or the minimum grade. A bare invocation prints every value in a table and, on the first run, creates .aid/settings.yml from the template. Passing a key -…
Skill Claude CodeCodex
Create an API endpoint / middleware (contract, handler, validation). Use this skill when you already know what to create and want it scoped, specified, and broken into reviewable tasks in a single pass, with no requirements interview. You approve the resulting plan before anything is built: this skill plans and stops…
Skill Claude CodeCodex
Realize a ready architecture seed from .aid/design/architecture.md into the project's build-and-shape (C1) Knowledge Base document -- components and their responsibilities, boundaries, interactions, and the invariants a change must not break. Use this skill when an architecture seed is ready and the project has no…
Skill Claude CodeCodex
Realize a ready backlog seed into .aid/knowledge/backlog.md -- frontmatter, preamble, ## Contents index, ## Next Release, ## Prioritized, and ## Gotchas. Use this skill when a backlog seed is ready and the project needs its backlog document written for the first time. Moves accepted tech-debt.md items into backlog.md…
Skill Claude CodeCodex
Realize a ready CI/CD seed from .aid/design/cicd.md into the project's shipping (C8) Knowledge Base document -- the pipeline stages and their order, the triggers, the environments and promotion between them, and the release flow. Use this skill when a CI/CD seed is ready and the project has no record of its delivery…
Skill Claude CodeCodex
Create a CLI command. Use this skill when you already know what to create and want it scoped, specified, and broken into reviewable tasks in a single pass, with no requirements interview. You approve the resulting plan before anything is built: this skill plans and stops, so run /aid-execute to carry the plan out.
Skill Claude CodeCodex
Create a new configuration option or feature flag. Use this skill when you already know what to create and want it scoped, specified, and broken into reviewable tasks in a single pass, with no requirements interview. You approve the resulting plan before anything is built: this skill plans and stops, so run…
Skill Claude CodeCodex
Build a durable dashboard / BI view, from its source through the visualization to how it is published and refreshed. Use this skill when you already know what to create and want it scoped, specified, and broken into reviewable tasks in a single pass, with no requirements interview. You approve the resulting plan…
Skill Claude CodeCodex
Create a new data model/entity with its schema migration. Use this skill when you already know what to create and want it scoped, specified, and broken into reviewable tasks in a single pass, with no requirements interview. You approve the resulting plan before anything is built: this skill plans and stops, so run…
Skill Claude CodeCodex
Create a data pipeline (source, transform, sink, schedule). Use this skill when you already know what to create and want it scoped, specified, and broken into reviewable tasks in a single pass, with no requirements interview. You approve the resulting plan before anything is built: this skill plans and stops, so run…
Skill Claude CodeCodex
Create a diagram in one pass, choosing the diagram type that fits the subject -- flowchart, sequence, entity-relationship, C4, state, and so on, in Mermaid or Graphviz. Use this skill when a picture would explain something faster than prose and you do not want to pick the notation yourself. It is grounded in, and…
Skill Claude CodeCodex
Create a document in one pass, working out both its format and its structure from what you ask for -- a how-to, a reference page, an ADR, an architecture write-up, a runbook, a tutorial, a changelog, a diagram, a table. Use this skill when you need a document written now and do not want to decide its genre first. It…