build — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited build (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.
name: build description: Feature development pipeline - research, plan, track, and implement major features. argument-hint: [subcommand] [name] metadata: author: Shpigford version: "1.0"
Feature development pipeline - research, plan, track, and implement major features.
research, implementation, progress, or phase.This command manages a 4-phase feature development workflow for building major features. Parse $ARGUMENTS to determine which subcommand to run.
Arguments provided: $ARGUMENTS
Parse the first word of $ARGUMENTS to determine the subcommand:
research [name] → Run the Research phaseimplementation [name] → Run the Implementation phaseprogress [name] → Run the Progress phasephase [n] [name] → Run Phase n of the implementationstatus [name] → Show current status and suggest next stepIf the feature name is not provided in arguments, you MUST use AskUserQuestion to prompt for it.
If no arguments provided, display this help:
/build - Feature Development Pipeline
Subcommands:
/build research [name] Deep research on a feature idea
/build implementation [name] Create phased implementation plan
/build progress [name] Set up progress tracking
/build phase [n] [name] Execute implementation phase n
/build status [name] Show status and next steps
Example workflow:
/build research chat-interface
/build implementation chat-interface
/build progress chat-interface
/build phase 1 chat-interfaceThen use AskUserQuestion to ask what they'd like to do:
description: "Begin deep research on a new feature idea"
description: "Work on a feature already in progress"
description: "See what step to do next for a feature"
If feature name not in arguments, use AskUserQuestion:
description: "Enter a short, kebab-case identifier for the feature"
Check if docs/{name}/RESEARCH.md already exists.
If it exists, use AskUserQuestion:
description: "Replace existing research with fresh exploration"
description: "Add new research below existing content"
description: "Keep existing research, suggest next step"
If "Skip" selected, suggest running /build implementation {name} and exit.
Use AskUserQuestion to understand the feature:
description: "Provide a detailed description of the feature"
Use AskUserQuestion:
description: "APIs, libraries, architecture patterns"
description: "Interface design, user flows, interactions"
description: "What data to store, schemas, privacy"
description: "OS APIs, system integrations, permissions"
Now conduct DEEP research on the feature:
Research should cover:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.