Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Writing Plans

ASecurity

Turn a scoped objective into an implementation plan with affected files, dependencies, acceptance criteria and verification. Use the canonical issue template and shared lifecycle authority.

17 stars
0 votes
0 copies
0 views
Added 9/24/2026
testingcode-reviewdocumentation

Security Analysis

A100/100

Scanned 9/24/2026

Install to Claude Code

$npx -y skills add vamseeachanta/workspace-hub --skill writing-plans --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Writing Plans?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Writing Plans
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/vamseeachanta-writing-plans/badge)](https://www.skillsdirectory.com/skills/vamseeachanta-writing-plans)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: writing-plans
description: Turn a scoped objective into an implementation plan with affected files, dependencies, acceptance criteria and verification. Use the canonical issue template and shared lifecycle authority.
license: MIT
metadata:
  version: 1.3.0
  author: Hermes Agent (adapted from obra/superpowers)
  hermes:
    tags: [planning, design, implementation, workflow, documentation]
    related_skills: [subagent-driven-development, test-driven-development, requesting-code-review]
---

# Writing Implementation Plans

## Authority and scope

Resolve repository-relative paths from the explicit owning checkout, not an
installed adapter directory. Use `docs/plans/_template-issue-plan.md` and
`.claude/skills/coordination/issue-planning-mode/SKILL.md` for issue plans.
`config/agents/SHARED_SOUL.md` owns lifecycle, authorization and review requirements;
this skill supplies planning technique, not another approval gate or plan format.

Read the issue, relevant implementation, tests and prior decisions before drafting.
Identify completed scope so the plan does not repeat existing work. Reproduce an
alleged runtime defect with a bounded check; record evidence and unresolved context.

## Plan content

- State the outcome, scope, owner and observable acceptance criteria.
- Name exact files to change, dependencies, assumptions and relevant source evidence.
- Break work into independently verifiable steps where useful; keep ordered steps
  when correctness depends on order. Do not impose a universal task duration.
- Describe test cases before implementation, expected results and affected regression
  checks. Include precise commands and prerequisites when they materially reduce ambiguity.
- Include pseudocode for nontrivial logic. Complete speculative implementations are
  unnecessary when interfaces, constraints and acceptance tests establish the design.
- State material risks, rollback and what would require scope reassessment.
- Describe proposed work in future tense; distinguish baseline evidence from deliverables.

## Review and handoff

Use the shared lifecycle for proportional adversarial review and authorization.
Proceed within independently established authority for unchanged routine scope;
verify matching plan/action approval for substantial or consequential work.
A saved plan or review verdict does not grant execution authority. Do not request
approval again merely because the plan was saved or an unchanged phase ended.

Choose sequential or parallel execution from task dependencies and resource
ownership. Related skills are optional techniques, not mandatory per-step agent
spawns. Handoff should identify the current plan revision, remaining work,
verification evidence and applicable authorization boundary.

Attribution

vamseeachantavamseeachanta
View sourceMore from vamseeachanta →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

397921 votes

Python Testing

使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。

2456590 votes

Golang Testing

Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。

2456590 votes

Tdd Workflow

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

2456590 votes

Eval Harness

克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则

2456590 votes
View all in testing →