stepwise-executor

Decompose work goals into sub-goals and execute them step-by-step.

Updated Jun 11, 2025
One-click install
npx skills add https://github.com/nobu007/connective-byte --skill stepwise-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stepwise-executor
Source: https://github.com/nobu007/connective-byte/tree/main/.claude/skills/stepwise-executor
Command: npx skills add https://github.com/nobu007/connective-byte --skill stepwise-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Stepwise Executor breaks large, complex goals into manageable mid-level goals and executes them in a controlled, trackable sequence.

Core Features & Use Cases

  • 🎯 AIによる自動分解(Claude API使用)
  • 📊 リアルタイムの進捗追跡
  • 🔄 ステップ間の依存管理
  • 📝 実行履歴とメモの記録
  • 📄 詳細なレポート生成

Quick Start

python scripts/decompose_goal.py "ユーザー認証機能付きのTodoアプリを作成する" python scripts/execute_steps.py decomposed_goal.json python scripts/track_progress.py progress.json

Frequently Asked Questions about stepwise-executor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down a large project into manageable steps automatically?

Stepwise Executor decomposes complex goals into actionable intermediate sub-goals using Claude API, then executes them sequentially. Run `python scripts/decompose_goal.py` with your goal description to generate a step-by-step plan for software development, data analysis, documentation, or infrastructure projects.

Can I track progress and dependencies across multiple project steps?

Yes. Stepwise Executor provides real-time progress tracking, dependency management between steps, and execution history logging. Use `python scripts/track_progress.py` to monitor completion status and `python scripts/execute_steps.py` to enforce step sequencing based on dependencies.

What's the best way to automate task planning for long-running projects?

Stepwise Executor automates goal decomposition and step execution for long-running projects like software development and migrations. It applies AI-driven planning, tracks progress in real time, manages inter-step dependencies, and generates detailed reports—eliminating manual task breakdown.

Does this work for complex software development workflows?

Yes. Stepwise Executor handles complex, long-running projects including software development, data analysis, documentation, and infrastructure migrations. It manages dependency tracking, progress reporting, and execution history—making it suitable for multistep engineering workflows.

How do I generate a detailed report after executing all project steps?

Stepwise Executor automatically records execution history and generates comprehensive progress reports. After running `python scripts/execute_steps.py`, use `python scripts/track_progress.py` to access detailed reporting on completed, pending, and failed steps with full execution records.