← スキル一覧に戻る

execution-engine
by mguttmann
Autonomous Organization Framework - A complete system for AI-assisted software development with Claude Code
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: execution-engine description: Core execution workflow - Plan, Execute, Verify, Commit cycle for autonomous development
Execution Engine
Overview
The execution engine is the core loop for autonomous development: Plan -> Execute -> Verify -> Commit.
Execution Loop
For each phase:
1. Load PLAN.md
2. Calculate waves (parallel groups)
3. For each wave:
For each task:
- Execute task
- Run tests
- Verify done criteria
- Commit atomically
4. Create SUMMARY.md
5. Update STATE.md
Wave Calculation
Group tasks by dependencies:
- Wave 1: No dependencies (parallel)
- Wave 2: Depends on Wave 1 (parallel)
- Wave N: Depends on Wave N-1
Commit Format
{type}({scope}): {description}
Types: feat, fix, test, refactor, docs, chore
Deviation Handling
| Issue | Action |
|---|---|
| Linter error | Auto-fix, retry |
| Test failure (related) | Fix, retry (max 3x) |
| Security issue | STOP, escalate |
| Architecture change | STOP, ask |
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です