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

Write Phase Plan

skill-hraness-slopcamera-write-phase-plan · by hraness

>-

— No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-hraness-slopcamera-write-phase-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 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-hraness-slopcamera-write-phase-plan)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 16d 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 Phase Plan? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Write Phase Plan

Goal

Produce a plan document that a phase-orchestrator run can execute without re-deriving structure. Each phase must be implementable by a worker that has no chat history: the phase section is the worker's entire brief, plus repo rules and the code itself.

The plan is the source of truth during the run. The orchestrator updates phase status and appends log entries as it goes, so the document must be written to absorb that.

Where The Plan Lives

Follow the repo's convention for design docs (for example plans// in repos that define one). One markdown file per plan. Link out to the PRD/spec rather than duplicating it.

Document Structure

# 

## Overview
One or two paragraphs: what is being built and why. Link the PRD/spec.

## Constraints
Repo-wide facts every phase needs: commit/PR policy, validation commands,
branch or worktree requirements, anything the orchestrator must not infer.

## Phases
A short table or list: phase ID, name, depends-on, parallelizable-with.

## Phase 1: 
- **Status:** Not started
- **Depends on:** none | Phase N
- **Objective:** one sentence, the outcome not the activity.
- **Scope:** the files/modules this phase owns (its write scope).
- **Out of scope:** adjacent work this phase must not touch.
- **Approach:** implementation notes — key decisions already made, pointers
  to the code the worker should read first, known landmines.
- **Acceptance criteria:** checkable statements (see below).
- **Validation:** exact commands to run, plus any manual checks.

## Phase 2: 
...

## Implementation log
(Empty at authoring time. The orchestrator appends one entry per phase:
date, phase, summary, validation results, review outcome, commit SHAs,
deviations, remaining risks.)

Sizing And Ordering Phases

  • One phase = one implementer worker session. If a phase's Approach section

needs subheadings to stay coherent, split it.

  • Order by dependency, foundations first. A schema/migration phase is always

its own phase (and in many repos its own PR — record that in Constraints).

  • Phases that can run in parallel must have disjoint write scopes. Declare

parallelizability explicitly in the phase list; the orchestrator will not guess.

  • If a phase exists only to set up a later phase, say which one, so the

orchestrator knows a deviation there propagates.

Writing For A Context-Free Worker

The implementer sees the plan, the repo, and nothing else. So:

  • Use standalone spec language. No "as discussed", "still", "instead of the

old approach", or references to conversations that produced the plan.

  • Name concrete things: file paths, function names, commands — not "the

relevant helper" or "the usual checks".

  • State decisions as decisions. If something is genuinely unresolved, mark it

as an explicit open question and say who resolves it (the worker may decide in-scope questions; the orchestrator escalates cross-cutting ones).

  • Put shared context in Constraints once rather than repeating it per phase.

Acceptance Criteria

Each criterion must be checkable by the reviewer from the diff and the running code, without asking the author:

  • Good: "POST /orgs/:id/invites returns 403 for a non-admin member; covered

by a route test."

  • Bad: "Invites are properly secured."

Include the negative space: what must not change (existing behavior, public contracts, performance characteristics) when regression there is a real risk.

Status And Log Conventions

  • Phase status vocabulary: Not started, In progress, Done, Partial, Blocked.
  • The orchestrator owns status transitions and log entries during the run;

the author sets everything to Not started.

  • Keep the Implementation log section present even when empty, so run updates

have a stable place to land.

Anti-Patterns

  • Phases split by activity (design/build/test) instead of by deliverable —

every phase should end with validated, committable work.

  • Two phases that edit the same files marked as parallel.
  • Acceptance criteria that restate the objective instead of testing it.
  • A plan that embeds the whole PRD — link it and keep the plan operational.
  • Hidden sequencing: prose that implies an order the phase list doesn't state.

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.