AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Planr Plan

skill-openplanr-openplanr-planr-plan · by openplanr

Turn a Protocol-compatible specification or product intent into schema-compatible OpenPlanr stories and implementation tasks. Use for planning and decomposition, not implementation.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-openplanr-openplanr-planr-plan

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ● Shell / process execution Used
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-openplanr-openplanr-planr-plan)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Planr Plan? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Planr Plan

Turn a decision-complete specification or clear product request into implementation-ready stories and tasks. Perform the reasoning in this active coding session. Do not delegate semantic planning to a command-line or model subprocess. Plan ends with a Ship handoff; it never starts implementation automatically.

Resolve context directly

Read the strongest available inputs:

  1. the request and selected specification;
  2. repository instructions (AGENTS.md, CLAUDE.md, or equivalents), ADRs,

planning rules, and active stack files named by the repository;

  1. relevant implementation code, tests, package scripts, and CI configuration;
  2. design inputs and design specifications when a browser surface is involved;
  3. the database schema or persistence code when data behavior is involved.

Use repository-local conventions first. Missing legacy input/ or .planr/ paths do not block a clear request. State what was unavailable and continue when the remaining context is sufficient.

For a completed Design handoff, read design-document.json, the selected direction, and the authored ten-section design-spec.md. The specification lives inside design/ in spec-driven mode and beside design/ in default feature mode. For a studio-backed design, read its .design/studio-state.json: the recorded selectedVariant is authoritative. Verify that the authored document and the specification describe that same direction before decomposing UI work. If they disagree, synchronize the design handoff using the settled choice or report the specific unsynced inputs; do not silently plan the original preview direction. Use stable screen IDs, component recipes, responsive frames, and interaction flows as UI-task context. Read the current render's verification result and unresolved feedback; carry relevant gaps into explicit task checks. Preserve finalized.json compatibility inputs for older designs. Do not regenerate an existing design or re-extract an authored specification from preview images.

When review-handoff.json is present beside design-spec.md, read its current approval and freshness with the bundled node scripts/design.mjs handoff --action inspect --json. Use approved, current handoff items as additional planning context, retaining revision/comment links and unresolved questions. An outdated or unapproved draft is evidence, not agreed scope; report the changed inputs and obtain the missing decision only when it affects the requested plan. Never silently substitute a newer draft for an approved snapshot. A missing review handoff does not block ordinary planning from a clear specification.

When the request carries an approved implementation package, read [the design handoff contract](references/design-handoff.md). Validate that the package is still the current approved version before treating its numbered requirements as scope. A missing package leaves ordinary Plan unchanged.

For a consequential unresolved choice, use the host's structured question interface. Ask at most three short, mutually exclusive questions at once. If the host has no structured question interface, ask one concise chat question.

Apply PO lenses in-session

When the host supports native agents, dispatch the applicable database, designer, and specification roles inside this session. Give each role the request, repository root, relevant paths, and the precise decision or artifact it owns. Parallelize independent lenses. When native agents are unavailable, perform the same lenses sequentially in the active agent.

The specification role integrates the results. Database and design roles provide grounded inputs; they do not create a second independent plan.

Author the decomposition

Read [the artifact contract](references/artifact-contract.md) before writing. Write stories and tasks directly in the repository's active planning mode.

  • Allocate project-global monotonic US-NNN and T-NNN IDs. Never reuse a

deleted ID. The packaged [planning ID helper](scripts/planning-ids.mjs) may inspect or reserve IDs; it never generates content.

  • Give each story stable acceptance IDs starting at AC-001.
  • Create one Tech task when no design surface applies; create one UI and one

Tech task when it does. Never exceed two tasks for one story.

  • Map every acceptance ID through acceptanceRefs and name it with a concrete

verification statement under ## Test Requirements.

  • Set reviewRisks and browserSurfaces from repository evidence; use empty

arrays when no signal applies.

  • Set dependsOn only when a task consumes another task's output. File overlap,

numbering, and prose never create a semantic dependency.

  • Name concrete files and repository-grounded checks. Preserve established

repository headings when they carry additional information.

Validate all frontmatter and acceptance coverage before finishing. If a helper is unavailable, inspect existing IDs and validate the same invariants directly; do not route semantic work to a CLI fallback.

For approved design input, author the complete story and task bytes before touching target paths, then commit those bytes and the sibling design-lineage.json through the public atomic planning-lineage helper described in the reference. A failed requirement-to-acceptance-to-task mapping writes nothing. This deterministic commit validates content; it does not generate the plan or invoke another phase.

Return

  • Outcome: what is implementation-ready.
  • Mode: the planning layout used.
  • Inputs: repository context and role lenses used.
  • Artifacts: every story and task path.
  • Issues: only unresolved inputs or material assumptions, or none.
  • Next: the exact ready task selector and a copy-ready host-native

invocation such as $planr-ship T-NNN (Codex/ChatGPT) or /planr-ship T-NNN (Claude Code).

When the OpenPlanr dashboard is running, the planned graph is browsable at #/board; open one story at #/detail/.

Stop after the handoff.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.