agency-workflow

Orchestrate client web project phases and route Claude Code skills.

4|Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Gekkos-tech/agency-os --skill agency-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-workflow
Source: https://github.com/Gekkos-tech/agency-os/tree/main/plugins/agency-core/skills/agency-workflow
Command: npx skills add https://github.com/Gekkos-tech/agency-os --skill agency-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the client project lifecycle by orchestrating the entire process, from initial brief to post-launch maintenance, and managing the deployment of Claude Code skills at each phase.

Core Features & Use Cases

  • Project Lifecycle Management: Automates the management of project phases including BRIEF, CONCEPT, DESIGN, BUILD, QA, LAUNCH, and MAINTAIN.
  • Skill Routing: Dynamically loads the appropriate Claude Code skill based on the current project phase.
  • Phase Gate Enforcement: Ensures that each phase is completed before advancing to the next.
  • Documentation: Maintains a project state document that tracks progress and requirements.

Quick Start

Start a new project with the command 'new project'.

Frequently Asked Questions about agency-workflow

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

FAQPage Schema
How do I manage the client project lifecycle from brief to maintenance?

Managing the client project lifecycle requires orchestrating project brief, concept, design, build, QA, launch, and maintain phases. This skill automates that process by routing the appropriate Claude Code skill based on the current project phase.

How does skill routing work for different project phases?

Skill routing dynamically loads the appropriate Claude Code skill based on the current project phase. It enforces phase gates, requiring each phase to be completed before advancing to the next stage of the lifecycle.

Do I need to install specific skills before using this project management workflow?

Yes, you need Claude Code and project-specific skills installed before using this workflow. The skill orchestrates the lifecycle by dynamically loading these dependent skills for each project phase.

What's the best way to start a new client web project with Claude Code?

The best way to start a new client web project is using the 'new project' command. This initializes the project state document, which tracks progress and requirements across all lifecycle phases.

How is project documentation maintained during the web project lifecycle?

Project documentation is maintained through a project state document that tracks progress and requirements. This document is automatically updated as the workflow orchestrates transitions between lifecycle phases.

Can I skip the QA phase and jump straight to launch?

No, you cannot skip phases. The workflow enforces phase gates, ensuring that each phase, including QA, is fully completed and verified before advancing to the launch phase.