Skip to content

Commit 0ca960b

Browse files
committed
docs: add When to use and Limitations sections to ai-loop
1 parent 965ecde commit 0ca960b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

skills/ai-loop/SKILL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ source: community
77

88
# AI-Loop Skill
99

10+
## When to use
11+
Use this skill when you need a feature built from scratch or heavily modified, and you want the agent to autonomously handle the entire lifecycle (specification, implementation, and verification) in a single uninterrupted workflow.
12+
13+
## Limitations
14+
- This skill requires sufficient context about the feature to be provided during the Spec phase.
15+
- It is best suited for isolated features or tasks with clear boundaries, rather than open-ended architectural refactoring.
16+
- The review phase relies on the agent's self-assessment against the generated spec; manual review is still recommended for critical systems.
17+
18+
## Instructions
1019
This skill executes a complete, autonomous development loop composed of three phases: Spec, Build, and Review. When invoked, act as an autonomous agent that transitions through these phases seamlessly to deliver a fully verified feature.
1120

1221
## Phase 1: Spec (Planning)

0 commit comments

Comments
 (0)