Summary
Warp is an agentic development environment with built-in AI agent (Oz) support, skills, and rules.
https://www.warp.dev/
Motivation
Warp's agent platform uses a skills-based architecture (.agents/skills/ with SKILL.md files) and AGENTS.md for project-level instructions, making it a natural fit for cc-sdd's spec-driven development workflow. Adding Warp support would bring Kiro-style SDD to Warp's growing user base.
Proposed Implementation
- Add
warp agent definition to registry.ts
- Create Warp-specific templates under
templates/agents/warp/:
docs/AGENTS.md — Project-level quickstart and workflow guide
skills/kiro-*/SKILL.md — 11 skills mapping to the standard cc-sdd commands (spec-init, spec-requirements, spec-design, spec-tasks, spec-impl, spec-status, validate-gap, validate-design, validate-impl, steering, steering-custom)
- Create manifest
templates/manifests/warp.json
- Add
--warp CLI flag for installation
- Update README to include Warp in the supported agents list
Installation
References
Summary
Warp is an agentic development environment with built-in AI agent (Oz) support, skills, and rules.
https://www.warp.dev/
Motivation
Warp's agent platform uses a skills-based architecture (
.agents/skills/withSKILL.mdfiles) andAGENTS.mdfor project-level instructions, making it a natural fit for cc-sdd's spec-driven development workflow. Adding Warp support would bring Kiro-style SDD to Warp's growing user base.Proposed Implementation
warpagent definition toregistry.tstemplates/agents/warp/:docs/AGENTS.md— Project-level quickstart and workflow guideskills/kiro-*/SKILL.md— 11 skills mapping to the standard cc-sdd commands (spec-init, spec-requirements, spec-design, spec-tasks, spec-impl, spec-status, validate-gap, validate-design, validate-impl, steering, steering-custom)templates/manifests/warp.json--warpCLI flag for installationInstallation
References