feature-dev-7f7244 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited feature-dev-7f7244 (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 a structured 7-phase feature development workflow. This workflow guides you through understanding, exploring, designing, implementing, and reviewing a feature.
CRITICAL: Complete ALL 7 phases. The workflow is not complete until Phase 7: Summary is finished. After completing each phase, immediately proceed to the next phase without waiting for user prompts.
Execute these phases in order, completing ALL of them:
Goal: Understand what the user wants to build.
$ARGUMENTS:Goal: Understand the relevant parts of the codebase.
${CLAUDE_PLUGIN_ROOT}/../core-tools/skills/deep-analysis/SKILL.md and follow its workflowGoal: Resolve any ambiguities before designing.
Use AskUserQuestion to get answers for critical unknowns. Only ask questions that would significantly impact the implementation.
If no clarifying questions are needed, inform the user and proceed.
Goal: Design the implementation approach.
${CLAUDE_PLUGIN_ROOT}/skills/architecture-patterns/SKILL.md and apply its guidance${CLAUDE_PLUGIN_ROOT}/../core-tools/skills/language-patterns/SKILL.md and apply its guidance${CLAUDE_PLUGIN_ROOT}/../core-tools/skills/technical-diagrams/SKILL.md and apply its styling rules for any Mermaid diagrams in architecture proposalsLaunch 2-3 code-architect agents (Opus) with different approaches:
Agent 1: Design a minimal, focused approach prioritizing simplicity
Agent 2: Design a flexible, extensible approach prioritizing future changes
Agent 3: Design an approach optimized for the project's existing patterns (if applicable)Use the Task tool with subagent_type: "agent-alchemy-core-tools:code-architect":
Feature: [feature description]
Design approach: [specific approach for this agent]
Based on the codebase exploration:
[Summary of relevant files and patterns]
Design an implementation that:
- Lists files to create/modify
- Describes the changes needed in each file
- Explains the data flow
- Identifies risks and mitigations
Return a detailed implementation blueprint.Use AskUserQuestion to let the user select an approach or request modifications.
${CLAUDE_PLUGIN_ROOT}/skills/feature-dev/references/adr-template.mdinternal/docs/adr/internal/docs/adr/NNNN-[feature-slug].md (create internal/docs/adr/ if needed)Goal: Build the feature.
Ask the user: "Ready to begin implementation of [feature] using [chosen approach]?" Wait for confirmation before proceeding.
Before making any changes, read the complete content of every file you'll modify.
Do NOT stop here. Do NOT wait for user input. Implementation is complete, but the workflow requires Quality Review and Summary phases. Continue directly to Phase 6 now.
Goal: Review the implementation for issues.
${CLAUDE_PLUGIN_ROOT}/skills/code-quality/SKILL.md and apply its guidanceLaunch 3 code-reviewer agents (Opus) with different focuses:
Agent 1: Review for correctness and edge cases
Agent 2: Review for security and error handling
Agent 3: Review for maintainability and code qualityUse the Task tool with subagent_type: "code-reviewer":
Review focus: [specific focus for this agent]
Files to review:
[List of files modified/created]
Review the implementation and report:
- Issues found with confidence scores (0-100)
- Suggestions for improvement
- Positive observations
Only report issues with confidence >= 80.Show the user:
Use AskUserQuestion:
Do NOT stop here. The workflow requires a Summary phase to document accomplishments and update the CHANGELOG. Continue directly to Phase 7 now.
Goal: Document and celebrate accomplishments.
Present to the user:
${CLAUDE_PLUGIN_ROOT}/skills/feature-dev/references/changelog-entry-template.mdchangelog-format skill for Keep a Changelog guidelines[Unreleased] section with:CHANGELOG.md doesn't exist, create it with proper header[Unreleased]Congratulate the user and offer next steps:
If any phase fails:
Exploration and synthesis agent coordination is handled by the deep-analysis skill in Phase 2, which uses Agent Teams with hub-and-spoke coordination. Deep-analysis performs reconnaissance, composes a team plan (auto-approved when invoked by another skill), assembles the team, and manages the exploration/synthesis lifecycle. See that skill for team setup, approval flow, agent model tiers, and failure handling details.
When launching other parallel agents (code-architect from core-tools, code-reviewer):
When calling Task tool for agents:
subagent_type: "agent-alchemy-core-tools:code-architect" (cross-plugin, from core-tools)subagent_type: "code-reviewer" for review agents (same plugin)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.