PeerBanHelper
Spec-driven change workflow for planning, implementing, and archiving code changes
All Skills in This Repository (20)
Pure Emerald Level Indicatorsopenspec-apply-change
Implements tasks from an OpenSpec change using the openspec CLI workflow.
openspec-explore
Explores ideas, investigates codebases, and clarifies requirements before implementation.
openspec-verify-change
Verify implementation completeness, correctness, and coherence against OpenSpec change artifacts.
openspec-new-change
Scaffolds a new OpenSpec change directory with the artifact-driven workflow.
openspec-archive-change
Archives completed OpenSpec changes after verifying artifact and task completion.
openspec-onboard
Guides users through a complete OpenSpec change workflow with narrated phases.
openspec-bulk-archive-change
Archives multiple completed OpenSpec changes with conflict detection and spec synchronization.
openspec-continue-change
Creates the next artifact in an OpenSpec change workflow using the openspec CLI.
openspec-sync-specs
Sync delta specs from OpenSpec changes into main specification files.
openspec-ff-change
Generates all OpenSpec change artifacts in one pass using the openspec CLI.
openspec-apply-change
Guide OpenSpec change selection, status inspection, and task execution via CLI outputs.
openspec-explore
Explore ideas, frame problems, and clarify requirements without writing code.
Frequently Asked Questions
FAQPage SchemaHow to install PeerBanHelper skills?โผ
Run `npx skills add PBH-BTN/PeerBanHelper --all -g -y` in your terminal to install all OpenSpec workflow skills globally.
What is spec-driven development with AI?โผ
It means your AI agent writes proposals, specs, designs, and task lists before coding, so every change is planned, reviewable, and traceable.
How do I start a new change with these skills?โผ
Ask your agent to start a new change and describe what you want to build; the openspec-new-change skill scaffolds the change and walks you through each artifact.
Can the agent verify my implementation matches the spec?โผ
Yes. The openspec-verify-change skill checks task completion, requirement coverage, and design adherence, then reports critical issues before archiving.
Do these skills require the OpenSpec CLI?โผ
Yes. Each skill calls the openspec command-line tool to create, track, and archive changes, so it must be installed in your environment.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core