Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Create comprehensive technical design for a specification
agent: spec-design
agent: kiro/spec-design
subtask: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Execute spec tasks using TDD methodology
agent: spec-impl
agent: kiro/spec-impl
subtask: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Generate comprehensive requirements for a specification
agent: spec-requirements
agent: kiro/spec-requirements
subtask: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Generate implementation tasks for a specification
agent: spec-tasks
agent: kiro/spec-tasks
subtask: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Create custom steering documents for specialized project contexts
agent: steering-custom
agent: kiro/steering-custom
subtask: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Manage {{KIRO_DIR}}/steering/ as persistent project knowledge
agent: steering
agent: kiro/steering
subtask: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Interactive technical design quality review and validation
agent: validate-design
agent: kiro/validate-design
subtask: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze implementation gap between requirements and existing codebase
agent: validate-gap
agent: kiro/validate-gap
subtask: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Validate implementation against requirements, design, and tasks
agent: validate-impl
agent: kiro/validate-impl
subtask: true
---

Expand Down