By sthiermann
Professional skill suite for Claude Code, Cursor, and Copilot CLI by Sven Thiermann. 8 skills: session-init (auto-discovery at session start), build-feature (end-to-end pipeline), brainstorming (multi-lens design exploration), plan-writing (DAG-based zero-placeholder plans), pipeline-handoff-validator (artifact contract validation), plan-execution (checkpoint-verified execution with fidelity scoring), codebase-audit (13-domain evidence-based repository audit), and codebase-quality-bootstrap (CLAUDE.md + hooks generator).
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Explore a problem space and produce a validated design specification
Run the full design-to-delivery pipeline — brainstorming, planning, and verified execution
Audit this repository across 13 domains — security, quality, architecture, and more
Generate or update CLAUDE.md and hooks aligned with all 13 audit domains
Validate a handoff artifact (design spec or plan) before the next pipeline phase
Use before any feature design, approach exploration, or architectural decision. Required before plan-writing. Dispatches parallel subagents for multi-lens analysis, weighted scoring, and adversarial stress-testing. Produces validated design specs. CHAINS TO plan-writing on completion — MUST invoke via Skill tool. Triggers: "brainstorm", "design", "explore approaches", "how should we build".
Use for end-to-end feature delivery from idea to verified code. Orchestrates brainstorming, plan-writing, and plan-execution with validated handoffs and 11 gates. No shortcuts, no skipped gates, no unverified claims. Triggers: "build feature", "build this", "implement end-to-end", "full pipeline".
Use when auditing a repository for production readiness, security, or code health. Dispatches up to 13 specialized auditor subagents in parallel with file:line evidence for every finding. Technology-agnostic, works with any language and framework. Triggers: "audit", "review the repo", "code health", "security scan".
Use when setting up or updating project quality standards. Generates tech-stack-specific CLAUDE.md and hooks aligned with all 13 audit domains. Preventive counterpart to codebase-audit — bootstrapped projects produce zero audit findings. Triggers: "bootstrap", "set up standards", "generate CLAUDE.md".
Use between pipeline phases to validate handoff artifacts against contracts. Catches incomplete specs, ambiguous criteria, and plan defects before they propagate downstream. Invoked automatically by build-feature at every boundary. Triggers: "validate handoff", "check the spec", "verify the plan".
Modifies files
Hook triggers on file write and edit operations
Structured AI development — from first idea to verified code.
A professional skill suite for Claude Code, Cursor, and Copilot CLI.
Brainstorm. Plan. Execute. Verify. Every step produces evidence.
Supports Claude Code, Cursor, and Copilot CLI.
AI-assisted coding without structure produces predictable failures:
stn-skills closes these gaps with evidence-backed structure at every stage. Every design decision is explored through multiple lenses before commitment. Every implementation step is independently verified by separate reviewer agents. Every completion claim is backed by fresh evidence.
graph LR
A["Brainstorming<br/><i>6 phases, 4 gates</i>"] -->|design spec| V1{"Handoff<br/>Validator"}
V1 -->|validated| B["Plan Writing<br/><i>6 phases, 4 gates</i>"]
B -->|implementation plan| V2{"Handoff<br/>Validator"}
V2 -->|validated| C["Plan Execution<br/><i>7 phases, 3 gates</i>"]
C -->|completion report| D(("Verified<br/>Feature"))
E["Codebase Audit<br/><i>13 domains, 3 gates</i>"] -->|"complex findings<br/>[PIPELINE]"| A
style A fill:#2563eb,stroke:#1d4ed8,color:#fff
style V1 fill:#d97706,stroke:#b45309,color:#fff
style B fill:#7c3aed,stroke:#6d28d9,color:#fff
style V2 fill:#d97706,stroke:#b45309,color:#fff
style C fill:#059669,stroke:#047857,color:#fff
style D fill:#16a34a,stroke:#15803d,color:#fff
style E fill:#dc2626,stroke:#b91c1c,color:#fff
Each skill works independently or as part of the pipeline. The session-init skill auto-loads at session start and routes to the correct skill based on pipeline state. Use /stn-skills:build-feature for the full pipeline, or invoke each skill separately. Complex audit findings can be escalated to the brainstorming → planning → execution pipeline for structured remediation.
| Skill | Invoke | Description | Typical Duration |
|---|---|---|---|
| Build Feature | stn-skills:build-feature | End-to-end pipeline: brainstorming → plan-writing → plan-execution in one workflow. | 30–90 min |
| Brainstorming | stn-skills:brainstorming | Multi-lens design exploration with adversarial review. Transforms vague requests into validated design specs. | 5–25 min |
| Plan Writing | stn-skills:plan-writing | DAG-based task decomposition with zero placeholders. Every step has complete code, verification, and rollback. | 5–35 min |
| Handoff Validator | stn-skills:pipeline-handoff-validator | Validates design specs and plans at pipeline boundaries before the next phase consumes them. | 1–3 min |
| Plan Execution | stn-skills:plan-execution | Checkpoint-verified execution with drift detection, 3-stage review, circuit breakers, and fidelity scoring. | ~3 min/task |
| Codebase Audit | stn-skills:codebase-audit | 13-domain evidence-based repository audit with confidence scoring, optional auto-fix, and pipeline escalation for complex findings. | 15–45 min |
| Quality Bootstrap | stn-skills:codebase-quality-bootstrap | Generates production-grade CLAUDE.md and hooks aligned with all 13 audit domains. | 5–15 min |
| Auto-Discovery | stn-skills:session-init | Session-start auto-loading with pipeline-state awareness. Routes to the correct skill. | auto |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub sthiermann/stn-skills --plugin stn-skillsVerification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
AI-powered development tools for code review, research, design, and workflow automation.
VGV Wingspan - AI-native workflows following Very Good Ventures best practices.
Adversarial multi-agent pipeline for Claude Code. GAN-style loops where generators produce artifacts, discriminators validate them, and feedback drives convergence.