Skills writing-plans
📦

writing-plans

Content revision r1 Safe ⚙️ External commands

Create Implementation Plans

Complex development tasks often fail when teams start coding without a shared plan. This skill turns requirements into test-driven implementation plans for Claude, Codex, and Claude Code.

Supports: Claude Codex Code(CC)
🥉 78 Bronze

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "writing-plans" from https://skillstore.io/skills/sickn33-writing-plans.md and its manifest at https://skillstore.io/api/skills/sickn33-writing-plans/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "writing-plans". A user asks for a plan to add login rate limiting.

Expected outcome:

The skill produces a dated plan with a goal, architecture notes, task list, target files, failing tests, verification commands, and commit points.

Using "writing-plans". A lead asks for a refactor plan before changing service boundaries.

Expected outcome:

The skill outlines inspection steps, test coverage tasks, minimal implementation phases, expected test results, and a final execution handoff.

Using "writing-plans". A developer needs another session to implement a completed specification.

Expected outcome:

The skill creates a plan that explains context, exact work items, validation steps, and options for subagent or separate-session execution.

Security Audit

Safe
v5 • 7/7/2026 Open versioned report

All static findings are false positives caused by markdown backticks, code fences, example file paths, and example test or git commands. No evidence found of executable scripts, command injection, network access, credential access, or prompt injection instructions in the audited file.

1
Files scanned
117
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History →
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-writing-plans/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-writing-plans/security.svg)](https://skillstore.io/skills/sickn33-writing-plans?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/sickn33-writing-plans?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-writing-plans/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/sickn33-writing-plans.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA · BibTeX · CFF)

APA citation

sickn33. (2026). writing-plans security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-writing-plans/audits/5

BibTeX citation

@techreport{sickn33-sickn33-writing-plans-2026, author = {sickn33}, title = {writing-plans security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/sickn33-writing-plans/audits/5}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "writing-plans security audit report (audit version 5)" version: "unspecified" type: report authors: - name: "sickn33" date-released: "2026-07-07" url: "https://skillstore.io/skills/sickn33-writing-plans/audits/5" identifiers: - type: other value: "skillstore:sickn33-writing-plans:audit:5" description: "Skillstore immutable audit report identifier"

Compare variants

9 installable variants

Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.

Why this variant is first

Highest Skillstore Score
obra Recommended

obra-writing-plans

Skillstore Score 79
Evidence Confidence High
Skillstore usage 21
Updated

2026-08-21

zhanlincui-writing-plans

Skillstore Score 78
Evidence Confidence High
Skillstore usage 88
Updated

2026-08-21

sickn33 Current

sickn33-writing-plans

Skillstore Score 78
Evidence Confidence High
Skillstore usage 11
Updated

2026-08-21

dmjgilbert-writing-plans

Skillstore Score 78
Evidence Confidence High
Skillstore usage 10
Updated

2026-08-21

cycleaddict-writing-plans

Skillstore Score 78
Evidence Confidence High
Skillstore usage 10
Updated

2026-08-21

cygnusfear-writing-plans

Skillstore Score 78
Evidence Confidence High
Skillstore usage 8
Updated

2026-08-21

codingcossack-writing-plans

Skillstore Score 78
Evidence Confidence High
Skillstore usage 8
Updated

2026-08-21

davila7-writing-plans

Skillstore Score 78
Evidence Confidence High
Skillstore usage 7
Updated

2026-08-21

dyai2025-writing-plans

Skillstore Score 75
Evidence Confidence Medium
Skillstore usage 11
Updated

2026-08-21

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
69
Community
83
Spec Compliance

What You Can Build

Plan a Feature Build

Convert a feature specification into ordered tasks with file paths, tests, commands, and commit checkpoints.

Prepare Implementation Handoff

Create a plan that another assistant session or developer can follow with limited project context.

Structure Test-Driven Work

Define failing tests, minimal implementation steps, verification commands, and expected results before code changes begin.

Try These Prompts

Create a Basic Plan
Use the writing-plans skill to create an implementation plan for this feature: [describe feature]. Include files, tests, commands, and commit steps.
Plan From Requirements
Use the writing-plans skill with this requirement document: [paste requirements]. Create a plan saved under docs/plans with small TDD tasks.
Plan a Refactor
Use the writing-plans skill to plan this refactor: [describe current design and target design]. Include risk areas, tests, and exact files to inspect.
Plan a Multi-Session Handoff
Use the writing-plans skill to create a handoff-ready plan for [project goal]. Include task checkpoints, expected outputs, and execution options.

Best Practices

  • Provide the feature specification and any relevant repository context before asking for the plan.
  • Review generated file paths, commands, and expected outputs before execution begins.
  • Keep each task small enough to test, review, and commit independently.

Avoid

  • Do not use the plan as a substitute for understanding production constraints.
  • Do not run generated commands blindly without checking the repository state.
  • Do not ask for broad plans without requirements, acceptance criteria, or target files.

Frequently Asked Questions

Does this skill write code?
No. It creates implementation plans that describe tests, code changes, commands, and handoff steps.
Where does it save plans?
The skill instructs the assistant to save plans under docs/plans with a dated feature filename.
Can I use it with Codex?
Yes. The skill is marked compatible with Claude, Codex, and Claude Code.
Why does it mention TDD?
It structures each task around a failing test, minimal implementation, verification, and commit.
Are the commands safe to run automatically?
No. Treat commands as plan examples and review them before execution.
What input works best?
A clear specification, acceptance criteria, known files, constraints, and any testing requirements produce the best plan.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

f93e9bb0daca99badb6a7e574b97737155d57cb3

Maintenance freshness

7/18/2026

Usage

9 downloads · 146 views

File structure

📄 SKILL.md