session-workflow

Orchestrate multi-agent coding sessions through Explore, Plan, Implement, Verify, and Commit phases.

3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/willietran/autoboard --skill session-workflow-willietran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-workflow
Source: https://github.com/willietran/autoboard/tree/main/skills/session-workflow
Command: npx skills add https://github.com/willietran/autoboard --skill session-workflow-willietran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Software development involving autonomous agents often suffers from fragmented workflows, inconsistent reviews, and lack of traceability. This Skill automates the end-to-end session workflow to ensure every feature moves through Explore, Plan, Plan Review, Implement, Verify, Code Review, and Commit with clear gates and accountability.

Core Features & Use Cases

  • Orchestrates multi-phase, multi-agent sessions with centralized progress tracking and per-phase gating.
  • Enforces phase order, task dependencies, and automated QA checks to catch defects early.
  • Use Case: A large feature is broken into parallel sessions, each producing design docs, tasks manifests, and QA artifacts before merging.

Quick Start

Start a new session by loading the worktree path and letting the orchestrator initiate the session workflow.

Frequently Asked Questions about session-workflow

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

FAQPage Schema
How do I automate an autonomous coding session workflow end-to-end?

Automate an autonomous coding session by orchestrating multi-agent phases including Explore, Plan, Implement, Verify, and Commit with centralized progress tracking and per-phase QA gates. This enforces phase order and task dependencies to catch defects early.

What is multi-agent governance in autonomous software feature development?

Multi-agent governance applies independent review and coherence checks across coding phases. It enforces mandatory gates between Plan Review, Implement, and Code Review, capturing decisions and testing strategy for reproducibility and accountability.

How do I start an autonomous coding session using a worktree path?

Start the session by loading your git worktree path and providing an explicit task manifest. The orchestrator initiates the workflow, applying automated QA checks and tracking progress through each development phase.

Does autonomous code review work with parallel feature development sessions?

Yes, parallel sessions are supported by breaking large features into independent workflows. Each session produces its own design docs, task manifests, and QA artifacts, undergoing independent review and coherence checks before merging.

What are the limitations of automating software development workflows with phase gating?

This workflow requires explicit task manifests, a worktree path, and mandatory progress tracking to function. It is strictly designed for software feature development and enforces rigid phase order, which may not suit unstructured or exploratory coding tasks.