Skip to content

Add support for Warp #150

Description

@Yamazaki-Kei7

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

npx cc-sdd@latest --warp

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions