planner

Orchestrate multi-step planning and execution with quality review gates.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sachio222/based-stack --skill planner-sachio222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner
Source: https://github.com/sachio222/based-stack/tree/main/planner
Command: npx skills add https://github.com/sachio222/based-stack --skill planner-sachio222

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill orchestrates end-to-end planning and execution for complex tasks with built-in quality review gates to ensure correctness and traceability.

Core Features & Use Cases

  • End-to-end planning and execution workflow for multi-step projects.
  • Quality gates (QR) to catch design, code, and documentation issues early.
  • Artifact-driven workflow using plan.json, context.json, and qr-*.json to coordinate sub-agents.

Quick Start

Ask me to plan and execute a complex task, and I will start the planner workflow immediately.

Frequently Asked Questions about planner

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

FAQPage Schema
How do I plan and execute complex multi-step projects with quality gates?

Quality review gates catch design, code, and documentation issues early by enforcing stage gates for validation. They use file-based QR state and qr-*.json artifacts to coordinate sub-agents, ensuring correctness and traceability throughout the workflow.

How do I ensure traceability and reproducibility for complex task workflows?

Traceability and reproducibility are ensured by implementing a 5-phase workflow with CLI-driven mutation and CAS versioning. This approach uses plan.json and context.json artifacts to track state and coordinate execution reliably.

Can I use file-based artifacts to coordinate sub-agents during project execution?

Yes, you can use file-based artifacts like plan.json, context.json, and qr-*.json to coordinate sub-agents during project execution. This artifact-driven workflow manages state and orchestrates tasks across multiple stages.

What is the best way to orchestrate end-to-end planning for architecture decisions?

The best way to orchestrate end-to-end planning for architecture decisions is to use a structured 5-phase workflow with built-in quality review gates. This process validates design choices and coordinates reliable execution via file-based state tracking.

Do I need specific dependencies to run a CLI-driven mutation workflow with CAS versioning?

No specific dependencies are required to run a CLI-driven mutation workflow with CAS versioning. The skill operates independently using scripts to manage file-based QR state and ensure reproducible task execution.