guardiola

Orchestrate a four-stage implementation workflow from plan to PR output.

Updated May 11, 2026
One-click install
npx skills add https://github.com/ruimfernandes/claude --skill guardiola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guardiola
Source: https://github.com/ruimfernandes/claude/tree/main/skills/guardiola
Command: npx skills add https://github.com/ruimfernandes/claude --skill guardiola

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guardiola turns vague feature intent into a validated implementation plan, then drives a strict end-to-end workflow that clarifies requirements, implements changes, performs review refinement, and prepares PR output.

Core Features & Use Cases

  • Clarify & produce an implementation plan: Elicits missing details and writes an implementation-plan-YYYY-MM-DD.md file with ordered, concrete steps.
  • Strict sequential execution with atomic commits: Hands off to Bob Builder to implement per the plan and requires an atomic Little create commit after each step/slice.
  • Review refinement and PR delegation: Runs Mr. Milchick for post-implementation refinement, then delegates PR writing or PR creation to Little based on user intent.

Quick Start

Use this skill by telling the assistant: "Guardiola: implement the feature so we can plan, build, review, and prepare a PR in one strict sequence."

Frequently Asked Questions about guardiola

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

FAQPage Schema
How do I orchestrate an end-to-end implementation workflow from plan to pull request?

An end-to-end implementation workflow orchestrates feature intent into a validated plan, executed code, reviewed refinements, and PR output through a strict four-stage sequence with atomic commits after each step.

What is the best way to manage workflow state and atomic commits during code execution?

Managing workflow state requires a chat-scoped, stateful activation that enforces a strict sequential execution, ensuring an atomic commit is made immediately after each implementation step or slice is completed.

How do I turn vague feature intent into a validated implementation plan with concrete steps?

Turning vague feature intent into a validated implementation plan involves eliciting missing details and writing an implementation-plan markdown file with ordered, concrete steps before any code execution begins.

Can I use stage-advancing follow-ups like continue or review within the same chat session?

Stage-advancing follow-ups like continue, implement, review, or create PR are supported within the same chat session to drive the strict sequential workflow forward until it is completed or explicitly cancelled.

What is the process for review refinement and PR delegation after code implementation?

Review refinement and PR delegation runs a post-implementation refinement process, then delegates PR writing or PR creation based on user intent to finalize the end-to-end implementation workflow.