askill
planner

plannerSafety 95Repository

Turn ambiguous or complex requests into actionable implementation plans. Use when building features, refactoring, or making architectural changes that need ordered steps, dependencies, risks, and a testing strategy.

0 stars
1.2k downloads
Updated 2/4/2026

Package Files

Loading files...
SKILL.md

Planner

Output format

  • Provide an overview (2–3 sentences).
  • List requirements and assumptions.
  • Break work into ordered steps (small, verifiable increments).
  • Include dependencies and sequencing rationale.
  • Provide a testing strategy (unit/integration/e2e) and verification commands.
  • List risks with mitigations.
  • Provide a success-criteria checklist.

Workflow

  1. Restate the goal and constraints.
  2. Identify unknowns and ask only the minimum clarifying questions.
  3. Inspect the codebase to find:
    • Entry points and ownership boundaries
    • Similar implementations and reusable patterns
    • Impacted modules and data flows
  4. Break work into small, reversible steps:
    • Keep each step independently verifiable.
    • Prefer incremental delivery over big-bang rewrites.
  5. Include verification guidance:
    • Use build/lint/test commands that match the stack.
    • Add minimal tests when behavior changes or bug fixes are involved.

Reference

  • Read references/planner.md for a detailed plan template and examples.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

75/100Analyzed 2/17/2026

A well-structured reference-style skill for creating implementation plans with clear workflow steps and output format. Could benefit from concrete examples and less reliance on external reference file.

95
88
85
72
68

Metadata

Licenseunknown
Version-
Updated2/4/2026
Publisherd0ublecl1ck

Tags

ci-cdgithub-actionslintingtesting