plan-directory
Create Structured Plan Directories
Complex projects can lose context when plans live in loose notes. This skill creates a PLAN.md index and numbered task files with checklists.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "plan-directory" from https://skillstore.io/skills/diversioteam-plan-directory.md and its manifest at https://skillstore.io/api/skills/diversioteam-plan-directory/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 "plan-directory". Create a plan for adding user authentication with JWT and password reset.
Expected outcome:
- A PLAN.md index with purpose, locked decisions, task links, and completion checks.
- Task files for user model, JWT setup, login endpoints, password reset, and integration tests.
- Each task includes dependencies, scope, checklist items, tests, and measurable completion criteria.
Using "plan-directory". Add OAuth support to the existing authentication plan.
Expected outcome:
- The existing PLAN.md is read before changes are made.
- A new numbered OAuth task is appended without renumbering earlier tasks.
- The task index is updated to link the new task and show its pending status.
Using "plan-directory". Mark the JWT setup task as complete.
Expected outcome:
- Checklist and completion items are checked in the matching task file.
- The corresponding PLAN.md task index entry is checked when all task items are complete.
- The response confirms which plan files were updated.
Security Audit
Low RiskAll 81 static findings were reviewed against SKILL.md. The backtick, path traversal, and reconnaissance alerts are false positives from Markdown examples, template paths, and test text. A low severity semantic issue remains because the front matter grants Bash even though the workflow only needs file and glob operations.
Confirmed security concerns (1)
Risk Factors
โ๏ธ External commands (71)
๐ Filesystem access (1)
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.
Copy report link
https://skillstore.io/skills/diversioteam-plan-directory/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/diversioteam-plan-directory?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/diversioteam-plan-directory?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/diversioteam-plan-directory/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/diversioteam-plan-directory.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
DiversioTeam. (2026). plan-directory security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/diversioteam-plan-directory/audits/8BibTeX citation
@techreport{diversioteam-diversioteam-plan-directory-2026,
author = {DiversioTeam},
title = {plan-directory security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/diversioteam-plan-directory/audits/8},
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: "plan-directory security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "DiversioTeam"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/diversioteam-plan-directory/audits/8"
identifiers:
- type: other
value: "skillstore:diversioteam-plan-directory:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Plan a Feature Build
Break a feature into numbered tasks with dependencies, tests, and completion criteria.
Coordinate a Migration
Create a repeatable migration plan with locked decisions, blockers, and staged verification steps.
Maintain Project Progress
Update an existing plan as tasks finish, change, split, or become blocked.
Try These Prompts
Create a plan directory for my feature. Title: User Authentication. Slug: user-auth. Tasks: user model, login, password reset, tests.
Create a plan in docs/plans/billing-redesign. Use the slug billing-redesign. Include tasks for data model, UI, API, migration, and QA. Keep Stripe as the payment provider.
Update the existing user-auth plan. Add a new task for Google OAuth, preserve all current task numbers, and mark it dependent on JWT setup.
Create a migration plan for moving from REST to GraphQL. Include backend schema work, client migration, compatibility testing, rollout gates, rollback criteria, and parallel tasks where safe.
Best Practices
- Provide a clear title, slug, task list, and target location before generating files.
- Keep PLAN.md as an index and put detailed work inside numbered task files.
- Review generated dependencies and test steps before using the plan for execution.
Avoid
- Do not use this skill for a single informal todo list.
- Do not renumber existing tasks after work has started.
- Do not ask it to run implementation tests unless you also authorize that work separately.
Frequently Asked Questions
What does this skill create?
Can it update an existing plan?
Does it execute the plan tasks?
Why are task files numbered?
Does it work with Claude Code and Codex?
What inputs should I provide?
Developer Details
Author
DiversioTeamLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
c579efd02184f1128d6741d16e6c8d951d7d4208
Maintenance freshness
7/18/2026
Usage
6 downloads ยท 275 views
File structure
๐ SKILL.md