workflows-setup

Install Archon, build sdlc-worker images, and copy workflow templates.

41|6|Updated Jul 12, 2025
One-click install
npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill workflows-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows-setup
Source: https://github.com/SteveGJones/ai-first-sdlc-practices/tree/main/plugins/sdlc-workflows/skills/workflows-setup
Command: npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill workflows-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the setup of SDLC delegated workflows by installing Archon, building the required SDLC worker images, and wiring up initial workflow templates after plugin installation.

Core Features & Use Cases

  • Install Archon and prepare the environment
  • Build the sdlc-worker base and full Docker images
  • Copy SDLC workflow templates and prompts into the project
  • Configure and validate ready-to-run workflows for immediate use
  • Use Case: onboarding a new project with delegated workflows ready to execute

Quick Start

Run /sdlc-workflows:workflows-setup to perform a full initial setup (default includes Docker) and configure your SDLC workflows.

Frequently Asked Questions about workflows-setup

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

FAQPage Schema
How do I automate SDLC workflow setup and install Archon for a new project?

To automate SDLC workflow setup, run the initialization command to install Archon, build sdlc-worker Docker images, and copy workflow templates into your project directory for immediate execution.

Can I configure SDLC workflows without Docker enabled in my environment?

Yes, you can configure SDLC workflows without Docker. The setup supports both Docker-enabled and Docker-optional configurations, allowing you to copy templates and prompts even when building container images is not required.

What does idempotent operation mean when running SDLC workflow setup?

Idempotent operation means running the SDLC workflow setup multiple times yields the same result without duplicating files or breaking existing configurations. It safely resets or onboards environments by validating workflow discovery and ensuring templates are correctly placed.

How do I validate that my SDLC workflow templates are ready to run?

Validating SDLC workflow templates involves checking that the setup process successfully discovers and copies prompts into the correct project directories. The tool reports environment readiness by enforcing idempotent operations and verifying template placement.

Do I need to manually build Docker images for sdlc-worker after installing Archon?

No, manual image building is unnecessary. The setup process automatically builds the sdlc-worker base and full Docker images after installing Archon, wiring up the initial workflow templates for immediate use.