Implementation Plan Authoring

Write durable implementation plans with constraints, strategy, and acceptance criteria.

54|7|Updated Sep 19, 2021
One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill implementation-plan-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Implementation Plan Authoring
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/implementation-plan-authoring
Command: npx skills add https://github.com/Vrooli/Vrooli --skill implementation-plan-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures the current problem statement, constraints, and phased execution strategy in a durable plan file so decisions survive context compression and future agents can resume without prior chat history.

Core Features & Use Cases

  • Structured plan template: Requires the canonical sections (purpose, required reading commands, problem statement, scope, context, end state, strategy, contracts, testing plan, rollout checklist, risks, non-goals, definition of done) so nothing is left implicit.
  • Guardrail enforcement: Emphasizes the required reading commands, explicit constraints such as greenfield-only demands, and command evidence or assumptions, supporting predictable handoffs.
  • Delivery scenarios: Trigger when the context window is tight, the user requests a plan artifact, or multi-component work needs phased ordering with acceptance criteria that future agents can verify independently.

Quick Start

Ask for an implementation plan that records the concrete problem, constraints, required reading commands, phased strategy, acceptance criteria, and rollout checkpoints before history compacts.

Frequently Asked Questions about Implementation Plan Authoring

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

FAQPage Schema
How do I preserve implementation context before the conversation window compacts?

To preserve implementation context, capture the problem statement, constraints, and execution strategy in a durable plan file. This ensures decisions survive context compression and future agents can resume work without prior chat history.

What sections should a multi-component implementation plan include for agent handoff?

A multi-component implementation plan should include purpose, required reading commands, scoped problem statement, context, end state, phased strategy, contracts, testing plan, rollout checklist, risks, non-goals, and definition of done for independent agent verification.

When do I need to write a durable plan file for code changes?

You need a durable plan file when context windows are tight, multi-component work requires phased ordering, or a reusable plan is requested for future agents to execute and validate changes independently.

How do I document execution strategy and acceptance criteria for future agents?

Document execution strategy by defining phased implementation steps, explicit constraints, and acceptance criteria in a structured plan file. Include required reading commands and rollout validation checklists for predictable agent handoffs.

Does generating an implementation plan require prior dependencies or specific environment setup?

Generating an implementation plan requires no external dependencies or environment setup. The Skill operates independently to structure your existing problem context, constraints, and testing strategy into a durable file artifact.

What is the best way to structure a testing plan and rollout validation checklist for handoff?

The best way to structure a testing plan is to embed testing gates and rollout validation checklists directly within the implementation plan. This ensures future agents can verify acceptance criteria and execute deployment steps independently.