AgentiveStackAgentiveStackOfficialΒ·7 Agent Skills Included

skills

Domain-driven feature specs, vertical slicing, and test-driven development

Guides software teams through a complete domain-driven workflow: interview-based feature specs, domain model stress-testing, vertical slice planning, and pragmatic test-driven implementation. Eliminates vague requirements, tangled codebases, and lost context between coding sessions by keeping shared language and contracts documented. Also maps system-wide dependencies, surfaces architectural friction, and turns conversational bug reports into durable GitHub issues.
npx skills add AgentiveStack/skills --all -g -y

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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→