workflows/workflows/agent-environment-setup/platforms/antigravity/skills/spec-driven-delivery/SKILL.md
Use when turning a non-trivial request into a Git-tracked spec pack, maintaining traceability during execution, and updating specs before code when requirements or architecture change.
npx skillsauth add cubetiq/cubis-foundry spec-driven-deliveryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create and maintain a lightweight source of truth for non-trivial work. This skill turns requirements, decisions, acceptance criteria, and architecture impact into a spec pack under the docs/specs/<spec-id>/ workspace area, then keeps that pack aligned as implementation evolves.
spec_id and spec root because the same identifier should survive planning, execution, review, and follow-up changes./implement-track and /orchestrate should be able to act on the spec without replanning. Every task should have ownership, dependencies, acceptance criteria, and a verification path.deep-research because repo-first planning still needs disciplined escalation when freshness or public comparison matters./create, /implement-track, /orchestrate, or /architecture.doc_impact and traceability_status because feature work should surface whether the architecture contract or tech map must be refreshed at the end.Deliver:
spec_id, spec_root, goal, scope, and why spec mode is warrantedtraceability_statusarchitecture_impact plus doc_impact| File | Load when |
| --- | --- |
| ../architecture-doc/SKILL.md | Need ADRs, system boundaries, or architecture-document structure. |
| ../deep-research/SKILL.md | Need repo-first research escalation or evidence labeling rules. |
tools
Use when investigating latest vendor behavior, comparing tools or platforms, verifying claims beyond the repo, or gathering external evidence before implementation.
documentation
Use when designing database schemas, normalization strategies, indexing plans, query optimization, and migration workflows for relational, document, or hybrid data stores.
development
Use when writing, reviewing, or refactoring modern C#/.NET code, including minimal APIs, records, async streams, pattern matching, DI lifetimes, and memory-efficient performance tuning.
development
Use when conducting code reviews, building review checklists, calibrating review depth, providing structured feedback, or establishing team review practices. Covers review methodology, feedback patterns, automated checks, and batch review strategies.