Coordinates the full delivery lifecycle: brief, spec, TDD, code, review, and PR creation.
Install
mkdir -p .claude/skills/workflow-g2i-ai && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10993" && unzip -o skill.zip -d .claude/skills/workflow-g2i-ai && rm skill.zipInstalls to .claude/skills/workflow-g2i-ai
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers.Key capabilities
- →Orchestrates development workflow
- →Guides users through delivery stages
- →Invokes specialized skills
- →Summarizes stage outputs
How it works
It acts as an orchestration layer, guiding users through the standard development cycle by invoking appropriate skills at each stage.
Inputs & outputs
When to use workflow
- →Setting up a new feature pipeline
- →Tracking project status across multiple stages
- →Automating the delivery flow from brief to PR
About this skill
Workflow
Objective
Coordinate the standard delivery flow:
brief -> spec -> tdd -> code -> review -> draft-pr
This is a skill entry point, not a command wrapper. Keep the orchestration light and route work into the stage skills instead of duplicating their guidance here.
Instructions
- Ask for the feature or change name and which stage range to run (
full, partial likespec -> code, or resume from an existing artifact). - Check which stage artifacts already exist before asking the user to recreate them:
docs/briefs/docs/specs/docs/qa/reports/
- For each selected stage, invoke the matching skill (
brief,spec,tdd,code,review,draft-pr). Each skill self-routes via its ownInvocationpreface:brief,spec,tdd,code, andtestrun inline in the current chat under the appropriate persona, whilereview,draft-pr, andpr-descriptiondefault to delegating to their owning subagent. - After each stage, summarize:
- what was produced
- which paths changed or were created
- open decisions or blockers
- the next recommended skill
- Keep context compact. Prefer referencing existing artifact paths over restating full document contents.
- Do not create workflow state files or command-era JSON checkpoint files in Phase 1.
PR validation (before draft-pr)
- Prefer targeted checks while iterating; do not rerun full verification on every tiny commit by default.
- Before opening or updating a PR: run a full verification pass from the repo root. Include builds when the change touches app/runtime code, config, dependencies, or anything that could affect shipped output.
- Docs-only edits (markdown with no runtime effect): a full build is not required; still run linting when the diff touches linted paths.
- On follow-up pushes to an open PR, rerun checks when the changeset meaningfully affects verified code.
Stage Outputs
brief->docs/briefs/{feature}.mdspec->docs/specs/{feature}.mdtdd-> failing or newly added unit testscode-> implementation and verification resultsreview->docs/qa/reports/{date}-{branch-or-pr}.mddraft-pr-> branch, commit, and draft PR output
When not to use it
- →When the project does not follow the standard flow
Limitations
- →Requires standard flow
- →Not a command wrapper
How it compares
It provides a unified orchestration layer for the entire development lifecycle rather than individual task management.
Compared to similar skills
workflow side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| workflow (this skill) | 0 | 3mo | No flags | Intermediate |
| issue-discover | 1 | 3mo | No flags | Intermediate |
| swarm-coordination | 0 | 6mo | No flags | Advanced |
| agent-swarm-issue | 1 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by g2i-ai
View all by g2i-ai →You might also like
issue-discover
catlog22
Unified issue discovery and creation. Create issues from GitHub/text, discover issues via multi-perspective analysis, or prompt-driven iterative exploration. Triggers on "issue:new", "issue:discover", "issue:discover-by-prompt", "create issue", "discover issues", "find issues".
swarm-coordination
joelhooks
Multi-agent coordination patterns for OpenCode swarm workflows. Use when work benefits from parallelization or coordination.
agent-swarm-issue
ruvnet
Agent skill for swarm-issue - invoke with $agent-swarm-issue
coderabbit-local-dev-loop
jeremylongshore
Configure CodeRabbit local development with hot reload and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with CodeRabbit. Trigger with phrases like "coderabbit dev setup", "coderabbit local development", "coderabbit dev environment", "develop with coderabbit".
start-work
elenatanasoiu
Start new work on an issue with discovery, worktree/branch setup, TDD workflow, and draft PR creation. Use when beginning work on a GitHub issue.
gsd-stats
ColourWithin
Display project statistics — phases, plans, requirements, git metrics, and timeline