askill
plan-write

plan-writeSafety 95Repository

Use when you have a spec or requirements for a multi-step task, before touching code

2 stars
1.2k downloads
Updated 2/20/2026

Package Files

Loading files...
SKILL.md

Writing Plans: Implementation Blueprint

1. Overview & Setup

  • Purpose: Create a zero-context, multi-step implementation plan for a developer.
  • Storage: Always save to docs/plans/YYYY-MM-DD-<feature-name>.md.
  • Announce: "I'm using the writing-plans skill to create the implementation plan."
  • Context: Assume the developer is skilled but knows nothing of the codebase, domain, or good test design.

2. Core Principles

  • TDD Lifecycle: Failing test -> Verify fail -> Minimal code -> Verify pass -> Commit.
  • Granularity: Each task should take 2–5 minutes.
  • DRY/YAGNI: Keep it lean; no unnecessary abstractions.
  • Reference: Use @ syntax for relevant skills/docs.

3. Required Plan Header

# [Feature Name] Implementation Plan

> **IMPORTANT**: Use plan-execute skill to implement this plan task-by-task.

**Goal:** [One sentence goal]
**Architecture:** [2-3 sentences on approach]
**Tech Stack:** [Key libraries/tools]

---

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

60/100Analyzed 2/25/2026

Moderate quality skill with clear purpose and structure but insufficient depth. Has when-to-use trigger, tags, and proper skills folder location. Core gap is lack of step-by-step guidance on actually writing implementation tasks - provides template but no methodology for breaking down requirements into 2-5 minute granular tasks. The TDD lifecycle and DRY/YAGNI principles are mentioned but not explained. Could benefit from complete example plan and task list structure.

95
60
50
55
50

Metadata

Licenseunknown
Version-
Updated2/20/2026
PublisherSyahrulBhudiF

Tags

testing