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

Write Project Vision Handoff

skill-ariaxhan-the-agent-library-write-project-vision-handoff · by ariaxhan

Create implementation-ready project handoff documents from planning context. Use when the user asks to "write a vision handoff", "create a seed document", "prepare this for a coding agent", "turn this plan into VISION.md", or transfer a planned system to an implementation agent. Produces VISION.md and FLOWCHARTS.md plus only directly useful supplementary docs.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-ariaxhan-the-agent-library-write-project-vision-handoff

✓ 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 No
  • 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-ariaxhan-the-agent-library-write-project-vision-handoff)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
29d ago

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 Write Project Vision Handoff? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Write Project Vision Handoff

Turn planning context into documents a coding agent can build from without seeing the original conversation.

You are a planner, not the implementer. Capture intent, constraints, decisions, rejected alternatives, and success criteria. Defer exact code structure and implementation choices unless the user explicitly decided them.

1. Gather the source context

Read the conversation, notes, brief, screenshots, or spec the user supplied. Extract:

  • Explicit decisions
  • Rejected alternatives
  • Hard constraints and anti-requirements
  • User intent signals, including repeated frustrations or preferences
  • Edge cases and failure modes already discussed
  • Success criteria and launch boundaries

If the source is thin, write the missing assumptions as open questions instead of inventing facts.

2. Separate audiences

Write two different documents:

| Document | Audience | Purpose | |---|---|---| | VISION.md | Coding agent | Dense source of truth: what, why, constraints, decisions, task | | FLOWCHARTS.md | Human reader | Plain-English architecture explanation with diagrams and glossary |

Do not duplicate sections between them. VISION.md carries rationale. FLOWCHARTS.md carries comprehension.

3. Write VISION.md

Include:

  • What this is
  • The problem
  • The solution
  • Key decisions with rationale and rejected alternatives
  • Design constraints
  • Anti-requirements
  • Planning considerations
  • Success criteria
  • The coding agent's task

Rules:

  • No code or pseudocode.
  • No file trees unless already decided.
  • No library/framework prescriptions unless already decided.
  • Preserve user quotes when they capture intent better than a summary.

4. Write FLOWCHARTS.md

Include:

  • Core concept in simple language
  • Glossary for technical/domain terms
  • ASCII flow diagram
  • Scenario walkthroughs
  • Component breakdown
  • Questions to verify understanding

Every technical term gets a plain-English definition. Prefer diagrams over paragraphs.

5. Add supplementary docs only when needed

Allowed:

  • DECISIONS.md for many complex tradeoffs
  • CONSTRAINTS.md for unusual technical or business limits
  • PRIOR_ART.md for existing systems the plan references
  • GLOSSARY.md when domain vocabulary is heavy

Do not create README, installation docs, changelog, or implementation guides.

6. Validate the handoff

Before finishing, check:

  • Could a coding agent build from this without the original conversation?
  • Are all decisions and rejected alternatives captured?
  • Are constraints sourced and not invented?
  • Are success criteria observable?
  • Could a non-technical person understand FLOWCHARTS.md?
  • Is there zero meaningful overlap between the two documents?

Use reference/templates-and-examples.md for templates and examples when writing the files.

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.