skills
Domain-driven feature specs, vertical slicing, and test-driven development
All Skills in This Repository (7)
Pure Emerald Level Indicatorsholistic
Map a focal point into a four-layer system dependency and risk map.
slice
Break a plan into end-to-end vertical slices covering schema, backend, API, UI, and tests.
spec
Generate a PRD from a structured interview with project-specific sections.
qa
Guide conversational QA sessions to file durable GitHub issues.
architect
Explore parallel module interface designs and capture a recommended architecture.
domain
Plan domain model stress tests and update CONTEXT.md, UBIQUITOUS_LANGUAGE.md, and ADRs.
tdd
Implement features using test-driven development with public interface tests.
Frequently Asked Questions
FAQPage SchemaHow to install AgentiveStack skills?βΌ
Run `npx skills add AgentiveStack/skills --all -g -y` in your terminal to install all seven workflow skills globally.
What problem do these skills solve?βΌ
They keep you and your coding assistant aligned on a shared domain model as the codebase grows, preventing contradictions, stale assumptions, and lost context between sessions.
How does the spec-to-code workflow work?βΌ
Start with /spec to define a feature, stress-test it with /domain, break it into vertical slices with /slice, then implement each slice test-first with /tdd.
Do these skills work with Claude Code and other coding assistants?βΌ
Yes. Each skill is a single SKILL.md prompt file that works in Claude Code and any assistant that supports the SKILL.md standard.
Do I need existing documentation to use these skills?βΌ
No. The skills discover your project's domain docs if they exist, and create them lazily as you work through your first feature.
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