workflow

Automate interactive selection and phased execution of legacy refactor workflows.

5|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill workflow-wfukatsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/wfukatsu/architecture-redesign-agent/tree/main/.claude/skills/workflow
Command: npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill workflow-wfukatsu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

レガシーシステムのリファクタリング分析・設計・実装を段階的に進めたい場合に、対話的なワークフロー選択と実行を提供します。各フェーズを選択して順次実行できる柔軟性を実現します。

Core Features & Use Cases

  • 対話的な処理選択: 最初に実行タイプを選択し、完全パイプライン、分析・評価まで、設計からの実行、あるいは個別フェーズ選択などをサポートします。
  • 段階的実行と進捗管理: フェーズごとに実行を分割し、中断・再開が可能。前提条件の自動チェックによりエラーを回避します。
  • 出力と監査性: 各フェーズの成果物を reports/ に整理し、オプションでエグゼクティブサマリーやHTMLレポートを生成します。

Quick Start

ワークフローを起動し、対話に従って実行タイプ・対象パス・出力先を指定して開始します。

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I orchestrate an interactive refactor workflow for a legacy system?

An interactive refactor workflow lets you select execution types like full pipeline or individual phases for legacy systems. It structures activities across analysis, design, implementation, and documentation while tracking progress and enforcing phase dependencies.

Can I run only specific phases of a legacy system refactor instead of the full pipeline?

Yes, specific phases can be selected and executed individually or as partial pipelines. The workflow enforces phase-based dependencies and automatically checks prerequisites to avoid errors during execution.

What is the best way to track progress and audit outputs during a phased refactor?

Progress and auditability are managed by saving phase artifacts into `reports/` and `generated/` directories. Optional executive summaries and HTML reports provide structured outputs for review.

Does interactive workflow orchestration support pausing and resuming refactor activities?

Yes, pausing and resuming are supported by dividing execution into discrete phases. Automatic prerequisite checks run when resuming to ensure dependencies are met and avoid errors.

When do I need explicit prompts and structured outputs for iterative refactoring?

Explicit prompts and structured outputs are needed when auditability and strict phase-based dependencies are required for iterative refactoring. This ensures each step from analysis to documentation is validated and tracked.