Provision a new infrastructure resource. 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…
Create an external-service integration (client/adapter). 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…
Create a scheduled or background job. 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…
Create a message/event schema and its emission. 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…
Realize a ready MVP seed into roadmap.md's ## MVP section only -- the first shippable slice: what it includes, why the line falls there, what was cut, and its current status. Use this skill when an MVP seed is ready and the roadmap's MVP section has not been written yet. The roadmap document itself is…
Realize a ready roadmap seed into .aid/knowledge/roadmap.md -- frontmatter, preamble, ## Contents index (including the forward ## MVP entry), and the three horizon sections ## Now, ## Next, ## Later. Use this skill when a roadmap seed is ready and the project needs its roadmap document written for the first time.…
Realize a ready stack seed from .aid/design/stack.md into the project's technology (C0) Knowledge Base document -- languages, runtimes, frameworks, package managers, and build and test tooling, each with its version. Use this skill when a stack seed is ready and the project has no technology-stack document yet. When…
Author new tests (unit/integration/e2e); each test traces to an acceptance criterion; framework inferred from the KB. 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…
Realize a ready testing-strategy seed from .aid/design/testing-strategy.md into the project's quality (C6) documents -- the test landscape (levels, coverage expectations, CI lane mapping, known gaps) and the gate policy (what blocks a merge, the thresholds, who may waive one). Use this skill when a testing-strategy…
Create a visual theme or style-token set. 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…
File one new ticket in the project's issue tracker. Use this skill when work needs recording where the team tracks it, rather than only inside AID. Describe the ticket in free text; flags let you name the connector, the level (epic, story or task) and a parent. It resolves which tracker to use, composes the payload…
Create a UI component or page. 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…
Create a new internal code artifact (module, interface, type) from scratch. 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…
Decompose approved requirements into discrete features, each recorded as a ### Feature NNN section of REQUIREMENTS.md § 11 that cites the AC-N criteria it claims. Use this skill once /aid-describe has produced an approved REQUIREMENTS.md and the work needs splitting into features before any one of them is specified.…
Package completed deliveries into a release. Use when deliveries are complete and ready to ship. It selects the eligible deliveries, verifies the combined build, packages according to the project's own infrastructure, generates the release notes, and updates each artifact's status.
Deprecate an existing artifact/API: mark deprecated, add warnings and a migration path, without deleting yet. Use this skill when you already know what to deprecate and want it scoped, specified, and broken into reviewable tasks in a single pass, with no requirements interview. You approve the resulting plan before…
Gather requirements through an adaptive interview and write them to REQUIREMENTS.md. Use this skill when you know roughly what you want built but the scope, the users, and the acceptance criteria are not yet pinned down. It asks one question at a time, each chosen by a seasoned-analyst elicitation engine that picks…
Develop an API design as a DESIGN SEED in .aid/design/api.md -- the resource shape, the request/response contract, and the error model. Use this skill when an endpoint's shape is still being worked out and you want the contract settled before anyone writes the handler. Grounded in the Knowledge Base (.aid/knowledge/)…
Develop the system's shape as a DESIGN SEED in .aid/design/architecture.md -- components, boundaries, interactions, invariants, and what is deliberately not a component. Use this skill when how the system should be shaped is still being worked out, and you want that thinking captured before it is written into the…
Develop the defined-and-prioritized item set as a DESIGN SEED in .aid/design/backlog.md -- item definitions, done-conditions, priorities, and which tech-debt.md rows the user is accepting into the plan. Use this skill when what belongs in the backlog is still being decided, and you want that thinking captured as a…
Develop the delivery pipeline as a DESIGN SEED in .aid/design/cicd.md -- stages, triggers, environments, promotion, and release flow. Use this skill when how the project should be built, gated and shipped is still being worked out. Grounded in the Knowledge Base (.aid/knowledge/) and the project source. It WRITES NO…
Develop a CLI design as a DESIGN SEED in .aid/design/cli.md -- the command and subcommand shape, its arguments and flags, and its output and error conventions. Use this skill when a command's signature and output are still being worked out. Grounded in the Knowledge Base (.aid/knowledge/) and the project source. It…
Develop a configuration-option or feature-flag design as a DESIGN SEED in .aid/design/config.md -- the option or flag, its default and scope, and how it is read. Use this skill when a new option's shape, default and blast radius are still being worked out. Grounded in the Knowledge Base (.aid/knowledge/) and the…
Develop a dashboard / BI-view design as a DESIGN SEED in .aid/design/dashboard.md -- the data source, the visualizations, and the refresh cadence. Use this skill when what a dashboard should show, and to whom, is still being decided. Grounded in the Knowledge Base (.aid/knowledge/) and the project source. It WRITES NO…