Usage
/workflow~workflow-name~software-delivery-tdd implement the feature described in DESIGN.md
Documents
Figure Creation Iterative Workflow — Create and iteratively refine a Stencila figure using the figure-creatorand figure-revieweragents, route approved drafts through human review with optional commit, and loop on requested revisions
Themes
Theme Creation Iterative Workflow — Create and iteratively refine a Stencila theme using the theme-creatorand theme-revieweragents, route approved drafts through human review with optional commit, and loop on requested revisions
Software Engineering
Software Design Iterative Workflow — Create and iteratively refine a software design specification using the software-design-creatorand software-design-revieweragents, with human review, optional commit, and revision loops until accepted Software Plan Iterative Workflow — Create and iteratively refine a software delivery plan using the software-plan-creatorand software-plan-revieweragents, with human review, optional commit, and revision loops until accepted Software Refactor Iterative Workflow — Iteratively refactor part or all of a software project using the software-code-refactorerand software-code-revieweragents, with test verification after each pass, human approval, and optional commit before completion Software Delivery Test-Driven Development (TDD) Workflow — Execute a software delivery plan using test-driven development with Red-Green-Refactor cycles, agent-driven scoped test execution, human approval after each slice, and a bounded delivery closeout phase with final human review once all slices are complete Software Delivery Full Workflow — End-to-end software feature pipeline that composes design, planning, and TDD delivery workflows into a single orchestrated sequence Code Review Parallel Workflow — Run three independent code reviews in parallel using Anthropic, OpenAI, and Google models via the software-code-revieweragent, then synthesize a unified prioritized findings report highlighting reviewer agreement and disagreement
Workflows
Workflow Creation Iterative Workflow — Create and iteratively refine a Stencila workflow using the workflow-creatorand workflow-revieweragents, route approved drafts through human review with optional commit, and loop on requested revisions Workflow Creation Top-Down Workflow — Design a workflow top-down by first planning its structure and dependencies, creating each dependency via the appropriate child workflow, then building and refining the parent workflow with those dependencies available Workflow Create and Run Workflow — Generate an ephemeral workflow tailored to a user's goal and immediately execute it, enabling single-delegation dynamic workflow orchestration
Agents
Agent Creation Iterative Workflow — Create and iteratively refine a Stencila agent using the agent-creatorand agent-revieweragents, route approved drafts through human review with optional commit, and loop on requested revisions Agent Creation Top-Down Workflow — Design an agent top-down by first planning its skills, creating each skill via the skill-creation-iterativeworkflow, and then creating, refining, and optionally committing the agent with those skills available
Skills
Skill Creation Iterative Workflow — Create and iteratively refine a Stencila skill using the skill-creatorand skill-revieweragents, with human review, optional commit, and revision loops until accepted