workflows-work-fb6903 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workflows-work-fb6903 (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.
Execute the implementation plan: $ARGUMENTS
You are executing Stage 4 (Implementation) of the development workflow. A plan exists from Stage 3 with decomposed tasks. Your job is to dispatch sub-agents for each task, collect their structured summaries, and persist everything to disk.
Before starting, verify:
.workflow/state.json exists and currentStage is "implementation"stages.planning.artifacts.plan in state, usually .workflow/plan.md)If pre-conditions are not met, report what's missing and halt.
Read .workflow/plan.md and the spec/ADR it references. Build the task execution order from the dependency graph.
For each task in dependency order:
subagent_type: "general-purpose") with: .workflow/summaries/<branch-slug>-<task-id>.mdEach sub-agent MUST return this format:
## Sub-Agent Work Summary
### Task
- Branch: <current branch>
- Spec: <spec path>
### Changes
- Files modified: [list]
- Files created: [list]
- Lines: +N / -N
### Claims
1. "[specific testable claim]"
- Verifiable by: [test or command]
### Spec/Evidence Alignment
- H1 "<text>": SUPPORTS / REFUTES / NO EVIDENCE -- [evidence]
### Tests
- Tests written: N
- Tests passing: N/N
- Commands: `[exact command]`
### Known Gaps
- [anything deferred or uncertain]
### Risks
- [anything that could break other parts]After all sub-agents complete, run the full test suite:
npm testIf tests fail, note which tasks' changes caused the failure.
Check off each task from the plan:
.workflow/state.json):stages.implementation.status to "completed"stages.implementation.completedAt to current ISO timestampstages.implementation.artifacts.summaries to list of summary file pathscurrentStage to "review"updatedAt IMPLEMENTATION COMPLETE
========================
Tasks completed: N/N
Summaries: [list of paths]
Tests: N passing, N failing
Next: Stage 5 - Review (/workflows-review)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.