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

Audit Plan

skill-danielvm-git-bigpowers-audit-plan · by danielvm-git

Evaluate an incoming project plan against bigpowers principles and conventions, surface gaps, and produce a READY/NOT READY verdict before engagement begins. Use when a new project arrives, when adapting a foreign plan, or before running seed-conventions on an unfamiliar codebase.

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

Install

$ agentstack add skill-danielvm-git-bigpowers-audit-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-danielvm-git-bigpowers-audit-plan)

Reliability & compatibility

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

About

Audit Plan

> HARD GATE — Do NOT start build skills (kickoff-branch, develop-tdd) until audit-plan returns a READY verdict. A plan missing test commands, scope boundaries, or success criteria will produce drift and rework downstream.

Assess an incoming project plan for alignment with bigpowers principles, identify what's missing, and produce a structured readiness report before any skill execution begins.

Three lenses

1. Principles alignment

  • Are stories vertical slices (not horizontal layers)?
  • Is scope bounded — explicit inscope + outof_scope?
  • Are success criteria defined (how do we know we're done)?
  • Are HARD GATE candidates identifiable (critical decision points)?
  • Is there a domain language / ubiquitous terminology?

2. Conventions completeness

  • Does CLAUDE.md or AGENTS.md exist?
  • Does CONVENTIONS.md exist?
  • Is the specs/ directory layout in place?
  • Are commit conventions documented (Conventional Commits)?
  • Is the git workflow mode identified (solo-git | team-pr)?

3. Bigpowers pre-flight (must all be answered before build)

| Question | Why | |----------|-----| | What is the test command? | develop-tdd verify steps require it | | What is the build command? | verify-work mechanical gate | | What is the lint command? | audit-code lint gate | | What is the typecheck command? | verify-work typecheck gate | | What CI platform is in use? | wire-ci configuration | | Solo or team? | release-branch integration mode | | Primary language + framework? | model routing + conventions | | Greenfield or existing codebase? | determines whether to run seed-conventions or migrate-spec first |

Process

  1. Ingest the plan — accept a file path, pasted PRD text, or existing specs/ artifacts. Read CLAUDE.md and CONVENTIONS.md if present.
  1. Score each lens — for every item above, mark:
  • ✅ Present and adequate
  • ⚠️ Present but incomplete — note what's missing
  • ❌ Absent
  1. Close gaps conversationally — for each ❌ or ⚠️, ask one question at a time. Record each answer before moving to the next.
  1. Write specs/PLAN-AUDIT_LATEST.md:
# Plan Audit — 
**Date:** YYYY-MM-DD · **Verdict:** READY | NOT READY

## Principles Alignment
| Check | Status | Note |
| Vertical slices | ✅ | 4 stories, each shippable |
| Scope bounded | ⚠️ | in_scope present; out_of_scope missing |

## Conventions Completeness
| Check | Status | Note |

## Pre-flight Answers
| Command | Value |
| test | `npm test` |
| build | `npm run build` |

## Open Gaps
- [ ] Add out_of_scope to scope definition (run scope-work)
- [ ] Create CLAUDE.md (run seed-conventions)

## Verdict
READY — proceed with survey-context
NOT READY — N gaps remain; close before proceeding
  1. Recommend next skill:
  • READY → survey-context
  • Needs bootstrapping → seed-conventions
  • Needs spec elaboration → elaborate-spec
  • Has foreign spec format → migrate-spec
  • Plan assumptions need challenging → grill-me

Verify

→ verify: test -f specs/PLAN-AUDIT_LATEST.md && grep -q 'Verdict' specs/PLAN-AUDIT_LATEST.md && echo OK || echo FAIL

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.