Back to list
aspiers

iterative-development

by aspiers

Config for various AI coding agents (Claude, Gemini, opencode etc.)

8🍴 1📅 Jan 24, 2026

SKILL.md


name: iterative-development description: Implement sub-tasks iteratively with user approval between each one. Use when working through a task list with user collaboration.

Iterative Development

Implement sub-tasks one at a time with user approval between each.

When to Use This Skill

Use this skill when:

  • Working through a task list (.ai/[feature]/tasks.md)
  • You want user feedback between each sub-task
  • Following a collaborative development workflow

Instructions

Sub-task Implementation

  • Update the task list as you work
  • Add new tasks as they emerge
  • Also update the corresponding prp.txt as appropriate
  • Maintain the "Relevant Files" section:
    • List every file created or modified
    • Give each file a one-line description of its purpose

Sub-task Iteration (IMPORTANT)

ONLY DO ONE SUB-TASK AT A TIME:

  • Only ever include one sub-task on your internal TODO list
    • This is VERY IMPORTANT!
  • Do NOT start or even consider the next sub-task until you ask the user for permission and they say "yes" or "y"

Stop after each sub-task and wait for the user's go-ahead for the next one.

Quality Controls

After completing each sub-task:

  1. Run linters according to repository guidelines
  2. Run tests according to repository guidelines
  3. If linting or testing fails, fix the issues before proceeding
  4. Ask for user approval before moving to the next sub-task

Communication

After each sub-task:

  1. Summarize what was accomplished
  2. Report any issues encountered
  3. Ask for permission to continue with the next sub-task

Workflow

1. Select one sub-task from tasks.md
2. Implement it completely
3. Run linters and tests
4. Report completion
5. Ask: "Ready for the next sub-task?"
6. Wait for "yes" or "y"
7. Repeat until all sub-tasks complete

Follow the above steps EXACTLY!!! NO EXCEPTIONS!!!

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon