pipeline

Automate architecture analysis and design pipeline with conditional sub-skill execution.

12|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wfukatsu/nexus-architect --skill pipeline-wfukatsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/wfukatsu/nexus-architect/tree/main/skills/pipeline
Command: npx skills add https://github.com/wfukatsu/nexus-architect --skill pipeline-wfukatsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire architecture analysis and design pipeline, streamlining the process of investigation, evaluation, redesign, and target architecture creation.

Core Features & Use Cases

  • Automated Pipeline Execution: Executes all phases in dependency order, providing a complete architecture analysis.
  • Customizable Execution: Supports flags like --skip-*, --resume-from, --rerun-from for flexible execution control.
  • Conditional Execution: Enables conditional execution of ScalarDB-related skills based on project requirements.
  • Progress Tracking: Monitors progress and captures findings in a structured format.

Quick Start

Run the full pipeline for the target project with /architect:pipeline target_path.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I automate full architecture analysis and design for a software project?

Automated architecture analysis executes investigation, evaluation, redesign, and target architecture phases in strict dependency order. Running the pipeline against a target project path streamlines the full software design process without manual intervention.

What is the best way to run an architecture design pipeline conditionally?

Architecture design pipelines support conditional execution of sub-skills based on project requirements and configuration. Execution flags like skip, resume-from, and rerun-from control which phases run, enabling flexible and customizable pipeline execution.

How does progress tracking work during an architecture redesign pipeline?

Progress tracking during an architecture redesign pipeline monitors each execution phase and captures findings in a structured format. This ensures all investigation, evaluation, and redesign steps are recorded systematically for later review.

Can I skip or resume specific phases in a software architecture analysis pipeline?

Yes, you can skip or resume specific phases in a software architecture analysis pipeline. The execution supports customizable flags like skip, resume-from, and rerun-from, allowing you to bypass completed stages or restart from a specific phase.

Does the architecture analysis pipeline support parallel execution of sub-skills?

Yes, the architecture analysis pipeline supports parallel execution of sub-skills alongside conditional execution. This allows independent analysis and design tasks to run concurrently based on your project requirements and configuration settings.