devspec 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- devspec-0.1.0/.agents/rules/devspec-workflow.md +25 -0
- devspec-0.1.0/.agents/skills/devspec-clarify.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-codebase-structure.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-coding-standards.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-diagram.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-extract.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-finalize.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-implement.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-projectcontext.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-review.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-rules.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-story.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-tasks.md +14 -0
- devspec-0.1.0/.agents/skills/devspec-techstack.md +14 -0
- devspec-0.1.0/.claude/skills/devspec-clarify/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-codebase-structure/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-coding-standards/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-diagram/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-extract/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-finalize/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-implement/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-projectcontext/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-review/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-rules/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-story/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-tasks/SKILL.md +13 -0
- devspec-0.1.0/.claude/skills/devspec-techstack/SKILL.md +13 -0
- devspec-0.1.0/.cursor/rules/devspec-workflow.mdc +23 -0
- devspec-0.1.0/.gemini/commands/devspec/clarify.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/codebase-structure.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/coding-standards.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/diagram.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/extract.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/finalize.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/implement.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/projectcontext.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/review.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/rules.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/story.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/tasks.toml +14 -0
- devspec-0.1.0/.gemini/commands/devspec/techstack.toml +14 -0
- devspec-0.1.0/.github/agents/devspec.clarify.agent.md +39 -0
- devspec-0.1.0/.github/agents/devspec.codebase-structure.agent.md +39 -0
- devspec-0.1.0/.github/agents/devspec.coding-standards.agent.md +40 -0
- devspec-0.1.0/.github/agents/devspec.diagram.agent.md +76 -0
- devspec-0.1.0/.github/agents/devspec.extract.agent.md +91 -0
- devspec-0.1.0/.github/agents/devspec.finalize.agent.md +51 -0
- devspec-0.1.0/.github/agents/devspec.implement-task.agent.md +67 -0
- devspec-0.1.0/.github/agents/devspec.projectcontext.agent.md +34 -0
- devspec-0.1.0/.github/agents/devspec.review.agent.md +42 -0
- devspec-0.1.0/.github/agents/devspec.rules.agent.md +35 -0
- devspec-0.1.0/.github/agents/devspec.story.agent.md +54 -0
- devspec-0.1.0/.github/agents/devspec.tasks.agent.md +44 -0
- devspec-0.1.0/.github/agents/devspec.techstack.agent.md +35 -0
- devspec-0.1.0/.github/prompts/PATTERNS.md +278 -0
- devspec-0.1.0/.github/prompts/README.md +92 -0
- devspec-0.1.0/.github/prompts/devspec.clarify.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.codebase-structure.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.coding-standards.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.diagram.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.extract.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.finalize.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.implement.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.projectcontext.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.review.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.rules.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.story.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.tasks.prompt.md +11 -0
- devspec-0.1.0/.github/prompts/devspec.techstack.prompt.md +11 -0
- devspec-0.1.0/.github/skills/exploration-recovery/SKILL.md +45 -0
- devspec-0.1.0/.github/workflows/python-package-ci.yml +42 -0
- devspec-0.1.0/.github/workflows/python-package-publish.yml +69 -0
- devspec-0.1.0/.github/workflows/winget-package-publish.yml +110 -0
- devspec-0.1.0/.gitignore +9 -0
- devspec-0.1.0/AGENTS.md +80 -0
- devspec-0.1.0/GEMINI.md +35 -0
- devspec-0.1.0/LICENSE +201 -0
- devspec-0.1.0/PKG-INFO +522 -0
- devspec-0.1.0/README.md +301 -0
- devspec-0.1.0/devspec/adapters/README.md +53 -0
- devspec-0.1.0/devspec/adapters/antigravity.md +52 -0
- devspec-0.1.0/devspec/adapters/claude-code.md +32 -0
- devspec-0.1.0/devspec/adapters/codex-skills/devspec-workflow/SKILL.md +17 -0
- devspec-0.1.0/devspec/adapters/codex.md +22 -0
- devspec-0.1.0/devspec/adapters/command-registry.md +38 -0
- devspec-0.1.0/devspec/adapters/compatibility-matrix.md +21 -0
- devspec-0.1.0/devspec/adapters/copilot.md +20 -0
- devspec-0.1.0/devspec/adapters/cursor.md +22 -0
- devspec-0.1.0/devspec/adapters/enterprise-governance.md +36 -0
- devspec-0.1.0/devspec/adapters/gemini-cli.md +54 -0
- devspec-0.1.0/devspec/adapters/validation-flows.md +90 -0
- devspec-0.1.0/devspec/architecture/_template/artifact-queue.md +27 -0
- devspec-0.1.0/devspec/architecture/_template/decision.md +45 -0
- devspec-0.1.0/devspec/architecture/_template/diagram.md +62 -0
- devspec-0.1.0/devspec/architecture/_template/overview.md +37 -0
- devspec-0.1.0/devspec/architecture/artifact-queue.md +27 -0
- devspec-0.1.0/devspec/architecture/diagrams/README.md +44 -0
- devspec-0.1.0/devspec/architecture/overview.md +37 -0
- devspec-0.1.0/devspec/constitution.md +26 -0
- devspec-0.1.0/devspec/foundation/_template/codebase-structure.md +64 -0
- devspec-0.1.0/devspec/foundation/_template/coding-standards.md +46 -0
- devspec-0.1.0/devspec/foundation/_template/discovery-exclusions.md +52 -0
- devspec-0.1.0/devspec/foundation/_template/exploration-state.md +15 -0
- devspec-0.1.0/devspec/foundation/_template/extraction-state.md +45 -0
- devspec-0.1.0/devspec/foundation/_template/project-context.md +37 -0
- devspec-0.1.0/devspec/foundation/_template/provider-integrations.md +94 -0
- devspec-0.1.0/devspec/foundation/_template/rules.md +54 -0
- devspec-0.1.0/devspec/foundation/_template/tech-stack.md +49 -0
- devspec-0.1.0/devspec/foundation/codebase-structure.md +64 -0
- devspec-0.1.0/devspec/foundation/coding-standards.md +46 -0
- devspec-0.1.0/devspec/foundation/discovery-exclusions.md +52 -0
- devspec-0.1.0/devspec/foundation/extraction-state.md +45 -0
- devspec-0.1.0/devspec/foundation/project-context.md +33 -0
- devspec-0.1.0/devspec/foundation/provider-integrations.md +94 -0
- devspec-0.1.0/devspec/foundation/rules.md +52 -0
- devspec-0.1.0/devspec/foundation/tech-stack.md +49 -0
- devspec-0.1.0/devspec/glossary.md +111 -0
- devspec-0.1.0/devspec/work-items/_template/clarify.md +28 -0
- devspec-0.1.0/devspec/work-items/_template/decisions.md +9 -0
- devspec-0.1.0/devspec/work-items/_template/diagrams.md +42 -0
- devspec-0.1.0/devspec/work-items/_template/finalize.md +65 -0
- devspec-0.1.0/devspec/work-items/_template/implement.md +63 -0
- devspec-0.1.0/devspec/work-items/_template/meta.md +63 -0
- devspec-0.1.0/devspec/work-items/_template/notes.md +7 -0
- devspec-0.1.0/devspec/work-items/_template/review.md +41 -0
- devspec-0.1.0/devspec/work-items/_template/story.md +59 -0
- devspec-0.1.0/devspec/work-items/_template/tasks.md +38 -0
- devspec-0.1.0/docs/how-to/README.md +547 -0
- devspec-0.1.0/docs/how-to/setup/README.md +171 -0
- devspec-0.1.0/docs/how-to/setup/homebrew.md +138 -0
- devspec-0.1.0/docs/how-to/setup/manual-copy.md +153 -0
- devspec-0.1.0/docs/how-to/setup/uv.md +142 -0
- devspec-0.1.0/docs/how-to/setup/winget.md +145 -0
- devspec-0.1.0/packaging/devspec-profiles.json +60 -0
- devspec-0.1.0/packaging/homebrew/devspec.rb +19 -0
- devspec-0.1.0/packaging/winget/manifests/s/SpecLabs/Devspec/0.1.0/SpecLabs.Devspec.installer.yaml +12 -0
- devspec-0.1.0/packaging/winget/manifests/s/SpecLabs/Devspec/0.1.0/SpecLabs.Devspec.locale.en-US.yaml +22 -0
- devspec-0.1.0/packaging/winget/manifests/s/SpecLabs/Devspec/0.1.0/SpecLabs.Devspec.yaml +6 -0
- devspec-0.1.0/pyproject.toml +75 -0
- devspec-0.1.0/scripts/test-local-install.ps1 +48 -0
- devspec-0.1.0/scripts/test-local-install.sh +21 -0
- devspec-0.1.0/src/devspec_installer/__init__.py +3 -0
- devspec-0.1.0/src/devspec_installer/__main__.py +5 -0
- devspec-0.1.0/src/devspec_installer/cli.py +615 -0
- devspec-0.1.0/tests/test_cli.py +237 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Always-on devspec workflow, artifact, and no-intent-drift rules for Google Antigravity.
|
|
3
|
+
alwaysApply: true
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Devspec Workflow Rules
|
|
7
|
+
|
|
8
|
+
When the user invokes or references a `/devspec.*` workflow, treat it as command intent from `devspec/adapters/command-registry.md`.
|
|
9
|
+
|
|
10
|
+
Follow these rules:
|
|
11
|
+
|
|
12
|
+
- Read `devspec/adapters/command-registry.md` before acting on a `devspec` command.
|
|
13
|
+
- Preserve the original intent of the canonical Copilot prompt and agent files named in the registry.
|
|
14
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history, Antigravity artifacts, memory, or task lists.
|
|
15
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
16
|
+
- Preserve structured question behavior from `.github/prompts/PATTERNS.md#interactive-question-pattern`; if clickable options are unavailable, render the same option labels as text and preserve the recommended option.
|
|
17
|
+
- Use `devspec/glossary.md` for status values.
|
|
18
|
+
- Use `devspec/foundation/codebase-structure.md` for repository access requirements.
|
|
19
|
+
- Use `devspec/adapters/validation-flows.md` for enterprise acceptance checks.
|
|
20
|
+
- Keep provider credentials, tokens, user settings, and secrets outside prompt, rule, skill, and artifact files.
|
|
21
|
+
- Record unsupported Antigravity behavior as a limitation instead of changing workflow semantics.
|
|
22
|
+
|
|
23
|
+
Do not recommend unregistered commands such as `/devspec.plan`, `/devspec.architecture`, `/devspec.provider-integrations`, `/devspec.queue`, or `/devspec.decisions`.
|
|
24
|
+
|
|
25
|
+
For Antigravity execution, prefer strict or review-requesting permission posture for commands, non-workspace file access, browser actions, MCP calls, and artifact application unless the project has explicitly approved broader access.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-clarify
|
|
3
|
+
description: Run /devspec.clarify using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.clarify`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.clarify.prompt.md` and `.github/agents/devspec.clarify.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-codebase-structure
|
|
3
|
+
description: Run /devspec.codebase-structure using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.codebase-structure`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.codebase-structure.prompt.md` and `.github/agents/devspec.codebase-structure.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-coding-standards
|
|
3
|
+
description: Run /devspec.coding-standards using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.coding-standards`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.coding-standards.prompt.md` and `.github/agents/devspec.coding-standards.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-diagram
|
|
3
|
+
description: Run /devspec.diagram using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.diagram`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.diagram.prompt.md` and `.github/agents/devspec.diagram.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-extract
|
|
3
|
+
description: Run /devspec.extract using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.extract`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.extract.prompt.md` and `.github/agents/devspec.extract.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-finalize
|
|
3
|
+
description: Run /devspec.finalize using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.finalize`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.finalize.prompt.md` and `.github/agents/devspec.finalize.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-implement
|
|
3
|
+
description: Run /devspec.implement using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.implement`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.implement.prompt.md` and `.github/agents/devspec.implement-task.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-projectcontext
|
|
3
|
+
description: Run /devspec.projectcontext using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.projectcontext`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.projectcontext.prompt.md` and `.github/agents/devspec.projectcontext.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-review
|
|
3
|
+
description: Run /devspec.review using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.review`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.review.prompt.md` and `.github/agents/devspec.review.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-rules
|
|
3
|
+
description: Run /devspec.rules using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.rules`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.rules.prompt.md` and `.github/agents/devspec.rules.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-story
|
|
3
|
+
description: Run /devspec.story using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.story`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.story.prompt.md` and `.github/agents/devspec.story.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-tasks
|
|
3
|
+
description: Run /devspec.tasks using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.tasks`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.tasks.prompt.md` and `.github/agents/devspec.tasks.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-techstack
|
|
3
|
+
description: Run /devspec.techstack using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.techstack`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.techstack.prompt.md` and `.github/agents/devspec.techstack.agent.md` as the source of intent.
|
|
10
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history or Antigravity artifacts.
|
|
12
|
+
- Treat unsupported Antigravity behavior as an adapter limitation, not a workflow change.
|
|
13
|
+
|
|
14
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-clarify
|
|
3
|
+
description: Run /devspec.clarify using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.clarify`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.clarify.prompt.md` and `.github/agents/devspec.clarify.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-codebase-structure
|
|
3
|
+
description: Run /devspec.codebase-structure using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.codebase-structure`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.codebase-structure.prompt.md` and `.github/agents/devspec.codebase-structure.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-coding-standards
|
|
3
|
+
description: Run /devspec.coding-standards using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.coding-standards`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.coding-standards.prompt.md` and `.github/agents/devspec.coding-standards.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-diagram
|
|
3
|
+
description: Run /devspec.diagram using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.diagram`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.diagram.prompt.md` and `.github/agents/devspec.diagram.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-extract
|
|
3
|
+
description: Run /devspec.extract using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.extract`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.extract.prompt.md` and `.github/agents/devspec.extract.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-finalize
|
|
3
|
+
description: Run /devspec.finalize using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.finalize`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.finalize.prompt.md` and `.github/agents/devspec.finalize.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-implement
|
|
3
|
+
description: Run /devspec.implement using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.implement`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.implement.prompt.md` and `.github/agents/devspec.implement-task.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-projectcontext
|
|
3
|
+
description: Run /devspec.projectcontext using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.projectcontext`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.projectcontext.prompt.md` and `.github/agents/devspec.projectcontext.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-review
|
|
3
|
+
description: Run /devspec.review using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.review`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.review.prompt.md` and `.github/agents/devspec.review.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-rules
|
|
3
|
+
description: Run /devspec.rules using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.rules`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.rules.prompt.md` and `.github/agents/devspec.rules.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-story
|
|
3
|
+
description: Run /devspec.story using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.story`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.story.prompt.md` and `.github/agents/devspec.story.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-tasks
|
|
3
|
+
description: Run /devspec.tasks using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.tasks`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.tasks.prompt.md` and `.github/agents/devspec.tasks.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devspec-techstack
|
|
3
|
+
description: Run /devspec.techstack using the canonical devspec command registry and Copilot reference contract.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Execute canonical command `/devspec.techstack`.
|
|
7
|
+
|
|
8
|
+
- Read `devspec/adapters/command-registry.md` for the command contract.
|
|
9
|
+
- Read `.github/prompts/devspec.techstack.prompt.md` and `.github/agents/devspec.techstack.agent.md` as the source of intent.
|
|
10
|
+
- Follow `AGENTS.md` for canonical workflow, recovery, no-intent-drift, and structured question rules.
|
|
11
|
+
- Treat unsupported Claude Code behavior as an adapter limitation, not a workflow change.
|
|
12
|
+
|
|
13
|
+
Command input comes from the user's current message.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Devspec workflow, artifact, and adapter conformance rules for Cursor.
|
|
3
|
+
globs: "**/*"
|
|
4
|
+
alwaysApply: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Devspec Workflow Rules
|
|
8
|
+
|
|
9
|
+
When the user invokes or references a `/devspec.*` workflow, treat it as command intent from `devspec/adapters/command-registry.md`.
|
|
10
|
+
|
|
11
|
+
Follow these rules:
|
|
12
|
+
|
|
13
|
+
- Read `devspec/adapters/command-registry.md` before acting on a `devspec` command.
|
|
14
|
+
- Preserve the original intent of the canonical Copilot prompt and agent files named in the registry.
|
|
15
|
+
- Use Git-tracked `devspec/` artifacts for recovery before relying on chat history, Cursor memory, or user rules.
|
|
16
|
+
- Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
17
|
+
- Preserve structured question behavior from `.github/prompts/PATTERNS.md#interactive-question-pattern`; if clickable options are unavailable, render the same option labels as text and preserve the recommended option.
|
|
18
|
+
- Use `devspec/glossary.md` for status values.
|
|
19
|
+
- Use `devspec/foundation/codebase-structure.md` for repository access requirements.
|
|
20
|
+
- Use `devspec/adapters/validation-flows.md` for enterprise acceptance checks.
|
|
21
|
+
- Record unsupported platform behavior as a limitation instead of changing workflow semantics.
|
|
22
|
+
|
|
23
|
+
Do not recommend unregistered commands such as `/devspec.plan`, `/devspec.architecture`, `/devspec.provider-integrations`, `/devspec.queue`, or `/devspec.decisions`.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.clarify from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.clarify`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.clarify` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.clarify.prompt.md` and `.github/agents/devspec.clarify.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.codebase-structure from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.codebase-structure`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.codebase-structure` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.codebase-structure.prompt.md` and `.github/agents/devspec.codebase-structure.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.coding-standards from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.coding-standards`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.coding-standards` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.coding-standards.prompt.md` and `.github/agents/devspec.coding-standards.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.diagram from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.diagram`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.diagram` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.diagram.prompt.md` and `.github/agents/devspec.diagram.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.extract from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.extract`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.extract` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.extract.prompt.md` and `.github/agents/devspec.extract.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.finalize from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.finalize`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.finalize` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.finalize.prompt.md` and `.github/agents/devspec.finalize.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.implement from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.implement`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.implement` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.implement.prompt.md` and `.github/agents/devspec.implement-task.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.projectcontext from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.projectcontext`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.projectcontext` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.projectcontext.prompt.md` and `.github/agents/devspec.projectcontext.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.review from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.review`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.review` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.review.prompt.md` and `.github/agents/devspec.review.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.rules from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.rules`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.rules` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.rules.prompt.md` and `.github/agents/devspec.rules.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
description = "Run canonical /devspec.story from Gemini CLI."
|
|
2
|
+
prompt = """
|
|
3
|
+
Execute canonical command `/devspec.story`.
|
|
4
|
+
|
|
5
|
+
Before acting:
|
|
6
|
+
1. Read `devspec/adapters/command-registry.md` and use the `/devspec.story` row as the command contract.
|
|
7
|
+
2. Read `.github/prompts/devspec.story.prompt.md` and `.github/agents/devspec.story.agent.md` as the protected source of intent.
|
|
8
|
+
3. Follow `.github/prompts/PATTERNS.md` for shared workflow, recovery, output, discovery, and recommendation behavior.
|
|
9
|
+
4. Recover from existing Git-tracked `devspec/` artifacts before relying on Gemini session memory.
|
|
10
|
+
5. Preserve required inputs, output artifacts, status values, gates, handoff order, and recovery behavior.
|
|
11
|
+
6. Treat Gemini-specific command syntax as platform mechanics, not a workflow change.
|
|
12
|
+
|
|
13
|
+
The user's raw command input, if any, is appended below these instructions by Gemini CLI.
|
|
14
|
+
"""
|