hoarder-pipette
Spec-driven development workflow with proposals, tasks, and archiving
All Skills in This Repository (9)
Pure Emerald Level Indicatorsspectra-debug
Guides software teams through a four-phase evidence-based debugging workflow.
spectra-discuss
Facilitate structured technical discussions to reach consensus on architecture decisions.
spectra-audit
Automate security code analysis to identify vulnerabilities and misconfigurations.
spectra-archive
Archive completed changes in spectra workflows with status validation.
spectra-propose
Automates creation of change proposals for software projects.
spectra-ask
Queries openspec/ project documentation with vector-based search to answer questions from current specs and history.
spectra-ingest
Update existing Spectra change artifacts from plan files or conversation context.
spectra-apply
Automate applying, validating, and tracking Spectra workflow changes via Spectra CLI.
spectra-commit
Select and stage specific files for git commits based on change context.
Frequently Asked Questions
FAQPage SchemaHow to install hoarder-pipette?โผ
Run `npx skills add DanSnow/hoarder-pipette --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development with Spectra?โผ
It is a workflow where every code change starts with a written proposal, design, and task list before implementation begins. The skills guide the agent through discussing, proposing, applying, and archiving each change.
How do the Spectra skills prevent messy code changes?โผ
They enforce written specs, task checkboxes, and validation before coding starts. The commit skill also stages only files related to one change, keeping parallel work cleanly separated.
Do these skills work with Claude Code?โผ
Yes. The skills follow the standard SKILL.md format and run as slash commands like /spectra-propose and /spectra-apply in Claude Code and compatible agents.
Do I need the Spectra CLI to use these skills?โผ
Yes. Most skills call the spectra command-line tool for status, validation, and archiving, so it must be installed for the workflow to function.
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