Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .agents/rules/devspec-workflow.md

This file was deleted.

12 changes: 2 additions & 10 deletions .agents/skills/devspec-changerequest.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
---
name: devspec-changerequest
description: Run /devspec.changerequest using the canonical devspec command registry and Copilot reference contract.
description: Append one related post-finalization requirement without rewriting history.
---

Execute canonical command `/devspec.changerequest`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.changerequest.prompt.md` and `.github/agents/devspec.changerequest.agent.md` as the source of intent.
- Preserve required inputs, artifact outputs, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Append accepted `CR-###` scope to existing work-item artifacts; do not create a CR-specific Markdown file or rewrite baseline history.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
Read and execute `devspec/contracts/devspec.changerequest.md`.
13 changes: 2 additions & 11 deletions .agents/skills/devspec-clarify.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-clarify
description: Run /devspec.clarify using the canonical devspec command registry and Copilot reference contract.
description: Resolve one active blocker and resume its originating stage.
---

Execute canonical command `/devspec.clarify`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.clarify.prompt.md` and `.github/agents/devspec.clarify.agent.md` as the source of intent.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.clarify.md`.
13 changes: 2 additions & 11 deletions .agents/skills/devspec-codebase-structure.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-codebase-structure
description: Run /devspec.codebase-structure using the canonical devspec command registry and Copilot reference contract.
description: Capture or customize owned source roots, repository layouts, module boundaries, integrations, and repository access.
---

Execute canonical command `/devspec.codebase-structure`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.codebase-structure.prompt.md` and `.github/agents/devspec.codebase-structure.agent.md` as the source of intent.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.codebase-structure.md`.
13 changes: 2 additions & 11 deletions .agents/skills/devspec-coding-standards.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-coding-standards
description: Run /devspec.coding-standards using the canonical devspec command registry and Copilot reference contract.
description: Capture concise, reusable coding conventions, followable examples, and anti-patterns from source evidence or developer-defined standards.
---

Execute canonical command `/devspec.coding-standards`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.coding-standards.prompt.md` and `.github/agents/devspec.coding-standards.agent.md` as the source of intent.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.coding-standards.md`.
16 changes: 2 additions & 14 deletions .agents/skills/devspec-diagram.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
---
name: devspec-diagram
description: Run /devspec.diagram using the canonical devspec command registry and Copilot reference contract.
description: Create one evidence-backed diagram with duplicate checks and durable queue state.
---

Execute canonical command `/devspec.diagram`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.diagram.prompt.md` and `.github/agents/devspec.diagram.agent.md` as the source of intent.
- Preserve SVG as the default output. Pass through any non-duplicated `format=` combination of `svg`, `html`, and `mermaid`; examples include `format=svg`, `format=html`, `format=mermaid`, `format=svg+html`, `format=svg+mermaid`, `format=svg+html+mermaid`, and `format=html+mermaid`.
- For SVG output, select the matching template from `.github/prompts/PATTERNS.md#svg-output-pattern`, including architecture, process-flow, sequence, state/lifecycle, domain-model, journey-map, timeline-plan, quadrant-analysis, and mindmap templates. Durable targets stay under `devspec/architecture/images/`, and validation follows `.github/prompts/PATTERNS.md#svg-output-pattern`.
- Keep every generated SVG and HTML diagram on the shared dark architecture-style visual contract from `.github/prompts/PATTERNS.md#svg-output-pattern`, including custom smaller SVGs. Do not produce white/default/simple diagram styling unless the user explicitly requests a light or custom theme.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.diagram.md`.
15 changes: 2 additions & 13 deletions .agents/skills/devspec-extract.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
---
name: devspec-extract
description: Run /devspec.extract using the canonical devspec command registry and Copilot reference contract.
description: Inspect the approved existing system end-to-end, produce its technical, business, workflow, and rule baseline, and prepare an evidence-backed diagram candidate list for explicit generation approval.
---

Execute canonical command `/devspec.extract`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.extract.prompt.md` and `.github/agents/devspec.extract.agent.md` as the source of intent.
- Treat constitution changes as confirmation-gated candidates; route operational governance, compliance procedures, enforcement details, and delivery gates to `devspec/foundation/rules.md`.
- Preserve any non-duplicated diagram `format=` combination of `svg`, `html`, and `mermaid` in queue notes; extraction remains queue-first and may generate at most one approved diagram artifact set only after the canonical approval gate.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.extract.md`.
13 changes: 2 additions & 11 deletions .agents/skills/devspec-finalize.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-finalize
description: Run /devspec.finalize using the canonical devspec command registry and Copilot reference contract.
description: Produce a concise readiness brief and validation plan.
---

Execute canonical command `/devspec.finalize`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.finalize.prompt.md` and `.github/agents/devspec.finalize.agent.md` as the source of intent.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.finalize.md`.
13 changes: 2 additions & 11 deletions .agents/skills/devspec-implement.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-implement
description: Run /devspec.implement using the canonical devspec command registry and Copilot reference contract.
description: Implement pending ready tasks with focused checkpoints and validation.
---

Execute canonical command `/devspec.implement`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.implement.prompt.md` and `.github/agents/devspec.implement-task.agent.md` as the source of intent.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.implement.md`.
14 changes: 2 additions & 12 deletions .agents/skills/devspec-projectcontext.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
---
name: devspec-projectcontext
description: Run /devspec.projectcontext using the canonical devspec command registry and Copilot reference contract.
description: Capture product purpose, users, outcomes, and scope boundaries.
---

Execute canonical command `/devspec.projectcontext`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.projectcontext.prompt.md` and `.github/agents/devspec.projectcontext.agent.md` as the source of intent.
- Keep this command focused on product context; route durable principles to `devspec/constitution.md` and operational governance or delivery gates to `devspec/foundation/rules.md`.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.projectcontext.md`.
5 changes: 5 additions & 0 deletions .agents/skills/devspec-quickfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: devspec-quickfix
description: Implement and validate one localized, low-risk enhancement or bug fix.
---
Read and execute `devspec/contracts/devspec.quickfix.md`.
5 changes: 5 additions & 0 deletions .agents/skills/devspec-refine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: devspec-refine
description: Make one draft story buildable through scoped review and material questions.
---
Read and execute `devspec/contracts/devspec.refine.md`.
13 changes: 2 additions & 11 deletions .agents/skills/devspec-review.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-review
description: Run /devspec.review using the canonical devspec command registry and Copilot reference contract.
description: Review changed work against readiness, tasks, and validation evidence.
---

Execute canonical command `/devspec.review`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.review.prompt.md` and `.github/agents/devspec.review.agent.md` as the source of intent.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.review.md`.
14 changes: 2 additions & 12 deletions .agents/skills/devspec-rules.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
---
name: devspec-rules
description: Run /devspec.rules using the canonical devspec command registry and Copilot reference contract.
description: Capture non-negotiable engineering, security, compliance, delivery, and accessibility rules.
---

Execute canonical command `/devspec.rules`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.rules.prompt.md` and `.github/agents/devspec.rules.agent.md` as the source of intent.
- Keep this command focused on operational rules, compliance requirements, enforcement details, delivery gates, exceptions, and evolving governance; do not duplicate durable principles from `devspec/constitution.md` or product intent from `devspec/foundation/project-context.md`.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.rules.md`.
13 changes: 2 additions & 11 deletions .agents/skills/devspec-story.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-story
description: Run /devspec.story using the canonical devspec command registry and Copilot reference contract.
description: Create one concise work-item intake from a request or provider reference.
---

Execute canonical command `/devspec.story`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.story.prompt.md` and `.github/agents/devspec.story.agent.md` as the source of intent.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.story.md`.
13 changes: 2 additions & 11 deletions .agents/skills/devspec-tasks.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-tasks
description: Run /devspec.tasks using the canonical devspec command registry and Copilot reference contract.
description: Create ordered, independently verifiable implementation tasks.
---

Execute canonical command `/devspec.tasks`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.tasks.prompt.md` and `.github/agents/devspec.tasks.agent.md` as the source of intent.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.tasks.md`.
13 changes: 2 additions & 11 deletions .agents/skills/devspec-techstack.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-techstack
description: Run /devspec.techstack using the canonical devspec command registry and Copilot reference contract.
description: Capture evidence-backed runtime, frameworks, data, tooling, and delivery constraints.
---

Execute canonical command `/devspec.techstack`.

- Read `devspec/adapters/command-registry.md` for the command contract.
- Read `.github/prompts/devspec.techstack.prompt.md` and `.github/agents/devspec.techstack.agent.md` as the source of intent.
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.techstack.md`.
13 changes: 2 additions & 11 deletions .claude/skills/devspec-changerequest/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: devspec-changerequest
description: Run /devspec.changerequest using the canonical devspec command registry. Records one missed related requirement for a finalized work item without rewriting baseline history.
description: Append one related post-finalization requirement without rewriting history.
---

Execute canonical command `/devspec.changerequest`.

1. Read `AGENTS.md` for canonical workflow, no-intent-drift, cross-tool recovery, and structured question rules.
2. Read `devspec/adapters/command-registry.md` for this command's required input, outputs, mutation level, and next handoff.
3. Read `.github/prompts/devspec.changerequest.prompt.md` and `.github/agents/devspec.changerequest.agent.md` as the authoritative source of command intent and behavior.
4. Apply `.github/prompts/PATTERNS.md` for shared behavior: interactive questions, prerequisite validation, session recovery, and output closure.
5. Preserve baseline rows and prior evidence; append accepted `CR-###` scope only to existing work-item artifacts.

Command input comes from the user's current message.
Read and execute `devspec/contracts/devspec.changerequest.md`.
Loading
Loading