workflow

Create or update docs/WORKFLOW.md from a template to codify team workflow.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/rodacato/kwik-e-dev --skill workflow-rodacato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/rodacato/kwik-e-dev/tree/main/plugins/launchpad/skills/workflow
Command: npx skills add https://github.com/rodacato/kwik-e-dev --skill workflow-rodacato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or update docs/WORKFLOW.md — the complete team workflow covering build cycle (Issue → Branch → PR → Merge), sprint model, test strategy, playbooks, and definition of done. Use when the team has no written process for how work flows. Use when PRs keep getting merged without tests or reviews. Use when recurring operations (deploys, migrations) are tribal knowledge. Use when the definition of done is "when the author says so".

Core Features & Use Cases

  • Provides a written contract for how work moves from idea to merged code, including base cycle and ADRs.
  • Supports project playbooks for deployments, migrations, seeding, and release processes.
  • Helps onboarding and governance for teams using Claude Code or agent-based workflows.

Quick Start

Write or update docs/WORKFLOW.md using the template at skills/workflow/template.md to capture your project’s workflow.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I document a team workflow from issue to merge?

To document a team workflow from issue to merge, you can generate a docs/WORKFLOW.md file using a structured template. This codifies your build cycle, sprint model, test strategy, and definition of done into a single written contract.

What is a definition of done for agile development teams?

A definition of done for agile teams is a formalized checklist ensuring code meets quality standards before merging. This workflow documentation process replaces subjective criteria with structured steps, test strategies, and explicit governance rules.

How to create playbooks for recurring operations like deployments and migrations?

To create playbooks for recurring operations like deployments and migrations, you codify these processes within a central workflow document. This captures tribal knowledge into formal, repeatable steps for onboarding and governance.

Why do pull requests keep getting merged without tests or reviews?

Pull requests get merged without tests or reviews when a team lacks a documented workflow contract. Establishing a formal workflow file with defined steps, test strategies, and a definition of done enforces mandatory reviews before merging.

Does this workflow documentation approach work for agent-based workflows?

Yes, this workflow documentation approach works for agent-based workflows by providing a written contract for how work moves from idea to merged code. It supports onboarding and governance specifically for teams using Claude Code.

What is the best way to formalize tribal knowledge into a team process?

The best way to formalize tribal knowledge into a team process is by codifying recurring operations into a central workflow document. This translates undocumented deployments and migrations into formal playbooks with structured steps.