planner

Produce minimal executable software change plans with scope, risks, and approvals.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/remiboivin021/synexis --skill planner-remiboivin021
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner
Source: https://github.com/remiboivin021/synexis/tree/main/.agents/skills/planner
Command: npx skills add https://github.com/remiboivin021/synexis --skill planner-remiboivin021

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate vague software-change requests into a clear, minimal, executable plan that defines scope, acceptance criteria, risks, authorities, and file impact.

Core Features & Use Cases

  • Create explicit scope contracts (in-scope vs out-of-scope) and identify required authorities.
  • Produce deterministic execution plans with acceptance criteria, risk checks, and a clear blast-radius assessment.
  • Output an execution-ready step sequence with explicit done criteria for coder handoff and QA verification.

Quick Start

Provide an execution-ready plan for a given request, including scope, risks, and acceptance criteria.

Frequently Asked Questions about planner

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

FAQPage Schema
How do I create an executable plan for software changes with unclear requirements?

To create an executable plan for software changes with unclear requirements, you translate vague requests into a minimal plan defining explicit scope, risks, and acceptance criteria. This ensures structured execution steps with traceable scope contracts.

What is the best way to define scope and acceptance criteria for non-trivial code changes?

The best way to define scope and acceptance criteria for non-trivial code changes is producing an execution-ready plan that separates in-scope from out-of-scope items. This approach includes risk checks and blast-radius assessment for QA verification.

How does blast-radius assessment work when planning code modifications?

Blast-radius assessment works during software planning by evaluating the file impact and potential consequences of code modifications. It produces a deterministic execution plan that identifies required authorities and establishes clear boundaries for risk management.

When do I need to establish explicit scope contracts for software development?

You need to establish explicit scope contracts for software development when multiple implementation options exist or requirements are unclear. This planning process creates traceable scope boundaries and defines done criteria for coder handoff.

Can I use a structured execution plan to handle governance and risk management for coding tasks?

Yes, a structured execution plan handles governance and risk management for coding tasks by identifying required authorities and producing risk checks. It ensures non-trivial code changes follow an execution-ready sequence with defined done criteria.

What are the limitations of planning software changes without defined done criteria?

Planning software changes without defined done criteria limits traceable scope and prevents accurate QA verification. Without explicit acceptance criteria and blast-radius assessment, coder handoff becomes ambiguous and execution steps lack deterministic outcomes.