Install
$ agentstack add skill-danielvm-git-bigpowers-audit-plan ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.mdorAGENTS.mdexist? - Does
CONVENTIONS.mdexist? - 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
- Ingest the plan — accept a file path, pasted PRD text, or existing
specs/artifacts. ReadCLAUDE.mdandCONVENTIONS.mdif present.
- Score each lens — for every item above, mark:
- ✅ Present and adequate
- ⚠️ Present but incomplete — note what's missing
- ❌ Absent
- Close gaps conversationally — for each ❌ or ⚠️, ask one question at a time. Record each answer before moving to the next.
- 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
- 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.
- Author: danielvm-git
- Source: danielvm-git/bigpowers
- License: MIT
- Homepage: https://github.com/danielvm-git/bigpowers
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.