full-workflow

Orchestrate an end-to-end development pipeline from idea to review.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/RomainDECOSTER/ironforge --skill full-workflow-romaindecoster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-workflow
Source: https://github.com/RomainDECOSTER/ironforge/tree/main/copilot/skills/full-workflow
Command: npx skills add https://github.com/RomainDECOSTER/ironforge --skill full-workflow-romaindecoster

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ironforge provides automated orchestration that chains multiple internal skills to move a project from idea to implementation with minimal manual handoffs and context propagation.

Core Features & Use Cases

  • End-to-end pipeline coordination: start → bmad-analyze → bmad-to-sudocode → implement → review.
  • Supports projects with no artefacts or partial artefacts by starting fresh or invoking individual skills.
  • Safe, artefact-aware context propagation to preserve traceability between steps.

Quick Start

Describe your feature or project and let Ironforge orchestrate the full workflow from ideation to review.

Frequently Asked Questions about full-workflow

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

FAQPage Schema
How do I automate an end-to-end development workflow from idea to code review?

You can automate an end-to-end development workflow by chaining internal skills to convert ideas into implemented software, coordinating inputs and outputs across analysis, implementation, and review stages with minimal manual handoffs.

Can I start an automated development pipeline if I only have partial project artefacts?

Yes, you can start an automated development pipeline with partial artefacts by progressively invoking individual workflow skills, or you can start fresh if no artefacts exist yet.

How does artefact-aware context propagation protect existing project files?

Artefact-aware context propagation uses guardrails to prevent overwriting prior work, ensuring artefact integrity and preserving traceability between each orchestration step.

What is the best way to orchestrate BMAD and Sudocode stages in a dev pipeline?

The best way to orchestrate BMAD and Sudocode stages is using a coordinated pipeline that sequences bmad-analyze, bmad-to-sudocode, implement, and review steps to maintain context across the development workflow.

Does the full-workflow orchestration require any external dependencies to run?

No, the full-workflow orchestration requires no external dependencies, relying entirely on internal Ironforge skills to manage the end-to-end development pipeline.