workflows-plan-70fbb2 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workflows-plan-70fbb2 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Create an implementation plan for: $ARGUMENTS
You are executing Stage 3 (Planning) of the development workflow. The spec with frontmatter claims exists from Stage 2. Your job is to decompose the work into sub-agent-sized tasks, identify dependencies, and produce a plan file that Stage 4 can execute.
Before starting, verify:
.workflow/state.json exists and currentStage is "planning"stages.dev-docs.artifacts.spec in state)stages.dev-docs.artifacts.spec in state)If pre-conditions are not met, report what's missing and halt.
Read the spec (frontmatter + body) from Stage 2, then investigate the codebase:
Break the implementation into discrete, sub-agent-sized units of work. Each task must be:
For each task, define:
### Task N: <title>
**Files**: [list of files to create/modify]
**Depends on**: [task numbers, or "none"]
**Acceptance criteria**:
- [ ] [specific, verifiable condition]
- [ ] [specific, verifiable condition]
**Notes**: [implementation hints, gotchas from codebase investigation]For each task, flag:
Write the plan to .workflow/plan.md:
# Implementation Plan: <title>
**Workflow**: <id>
**Spec**: <spec path>
**ADR**: <adr path>
**Branch**: <branch>
**Created**: <ISO timestamp>
## Overview
[1-2 paragraph summary of what's being built and the approach]
## Task Breakdown
[Task definitions from Step 2]
## Dependency Graph
[Simple text diagram showing task ordering]
## Risks
[From Step 3]
## Estimated Scope
- Tasks: N
- Files affected: N
- New files: N
- Tests to write: NPresent the plan summary and ask the user to approve:
PLAN READY FOR REVIEW
======================
<title>
Tasks: N | Files: N | Risks: N flagged
[task list with 1-line summaries]
Approve this plan? (The conductor will dispatch /workflows-work to execute it)Wait for user approval before proceeding.
After user approves:
.workflow/state.json):stages.planning.status to "completed"stages.planning.completedAt to current ISO timestampstages.planning.artifacts.plan to .workflow/plan.mdcurrentStage to "implementation"updatedAt PLANNING COMPLETE
==================
Plan: .workflow/plan.md
Tasks: N
Dependencies: [summary]
Next: Stage 4 - Implementation (/workflows-work)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.