Instructions file CodexOpenCode
Instructions for Chappygo-OS/Atomic-Spec, covering agents.md — adding a new ai agent to atomic spec, about atomic spec and the atomicspec cli, general practices, adding new agent support and current supported agents.
Instructions file CodexOpenCode
Instructions for Chappygo-OS/Atomic-Spec, covering agents.md — adding a new ai agent to atomic spec, about atomic spec and the atomicspec cli, general practices, adding new agent support and current supported agents.
Instructions file
Instructions for Chappygo-OS/Atomic-Spec, covering claude.md, what this repository is, architecture — the phase pipeline, critical conventions and common commands.
Command
This protocol is MANDATORY for ALL commands, agents, and phases.
Command
Whenever a command needs to pick a subagent for a task (planning, task generation, or implementation execution). Do not hardcode agent names in command templates. Do not assume a specific agent exists.
Command
Analyze competitors following Station 03 discovery procedures. Creates structured competitive intelligence for use in downstream planning.
Command
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and the tasks/ directory after task generation.
Command
Generate a custom checklist for the current feature based on user requirements.
Command
Pre-plan interview — resolves spec ambiguity (v0.1 contract), pins the architectural lurkers from .specify/knowledge/architectural-lurkers.yaml, fires trigger-driven probes from .specify/knowledge/triggers.yaml, walks compliance scope, and writes decisions to specs/defaults/registry.yaml with provenance tagging.
Command
Detect and remove orphaned code, unused components, dead routes, and stale database artifacts.
Command
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Command
Execute implementation by processing atomic task files one at a time with Context Pinning (Atomic Traceability Model).
Command
Execute the implementation planning workflow using the plan template to generate design artifacts.
Command
Discover, create, or update the Project Defaults Registry. Scans project manifests (package.json, pyproject.toml, Cargo.toml, go.mod, etc.), batches findings for HITL confirmation, then writes specs/defaults/registry.yaml with a full audit trail in changelog.md.
Command
Create or update the feature specification from a natural language feature description.
Command
Generate atomic task files in tasks/ directory with index.md and traceability.md (Atomic Traceability Model).
Command
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.