scapia-oss avatar

scapia-oss

Official

@scapia-oss

0Followers
|
3Public Repos
|
24Published Skills

Scapia-oss publishes Kiro skills for spec-driven development: EARS requirements, HLD/LLD design, TDD implementation, validation gates, and multi-repo spec linkage.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (40%)Requirements & Arc.. (25%)Test-Driven Implem.. (20%)Validation, Debugg.. (10%)

Agent Skills by scapia-oss

Showing 24 vetted skills indexed across 1 GitHub repositories.

scapia-ossscapia-oss

kiro-spec-status

Reports specification progress, pending work, and the next workflow command for Kiro specs.

Official
Advanced
scapia-ossscapia-oss

kiro-spec-quick

Generates right-sized spec documents by classifying changes into minimal or standard pipelines.

Official
Advanced
scapia-ossscapia-oss

kiro-impl

Implements approved spec tasks using TDD with subagent dispatch and verification gates.

Official
Advanced
scapia-ossscapia-oss

kiro-doctor

Diagnose kiro plugin setup and report repo wiring, environment, and hook configuration issues.

Official
Intermediate
scapia-ossscapia-oss

kiro-next

Reports current spec workflow position and the exact next Kiro command.

Official
Basic
scapia-ossscapia-oss

kiro-validate-gap

Analyzes the gap between feature requirements and the existing codebase to inform design decisions.

Official
Advanced
scapia-ossscapia-oss

kiro-impl-fast

Implements low-risk spec tasks sequentially with a single end-of-run build, test, and review gate.

Official
Advanced
scapia-ossscapia-oss

kiro-spec-tasks

Generates milestone-based implementation task lists from approved requirements and design documents.

Official
Advanced
scapia-ossscapia-oss

kiro-spec-design

Generate technical design documents translating approved requirements into architecture and component boundaries.

Official
Advanced
scapia-ossscapia-oss

kiro-spec-init

Initialize spec-driven development specifications through guided triage and workflow selection.

Official
Advanced
scapia-ossscapia-oss

kiro-retrospective

Generates evidence-backed session feedback and skill-improvement reports from kiro workflow sessions.

Official
Advanced
scapia-ossscapia-oss

kiro-spec-design-hld

Generate high-level architecture design documents for approved feature specifications.

Official
Advanced
scapia-ossscapia-oss

kiro-verify-completion

Validates task, fix, test, and feature completion claims against fresh command evidence.

Official
Intermediate
scapia-ossscapia-oss

kiro-spec-requirements

Generate EARS-format requirements documents from project descriptions and steering context.

Official
Advanced
scapia-ossscapia-oss

kiro-spec-design-lld

Generate low-level design documents with interfaces, data models, and contracts from approved high-level designs.

Official
Advanced
scapia-ossscapia-oss

kiro-validate-design

Reviews technical design documents against codebase evidence and issues a GO/NO-GO decision.

Official
Advanced
scapia-ossscapia-oss

kiro-discovery

Routes new work ideas to the correct spec workflow through structured critique dialogue.

Official
Advanced
scapia-ossscapia-oss

kiro-steering-custom

Create custom steering documents capturing domain-specific project patterns and conventions.

Official
Intermediate
scapia-ossscapia-oss

kiro-debug

Diagnose implementation failures through root-cause-first investigation and structured debug reports.

Official
Advanced
scapia-ossscapia-oss

kiro-review

Review task implementations against approved specs, boundaries, and verification evidence.

Official
Advanced
scapia-ossscapia-oss

kiro-validate-impl

Validates feature-level integration across completed tasks with test suites, coverage, and design alignment checks.

Official
Advanced
scapia-ossscapia-oss

kiro-steering

Generate and sync steering documents that capture project patterns as persistent memory.

Official
Intermediate
scapia-ossscapia-oss

kiro-spec-batch

Generates complete specs for all roadmap features using parallel subagent dispatch by dependency wave.

Official
Advanced
scapia-ossscapia-oss

kiro-spec-link

Creates a cross-repo spec pointer linking this repository to a spec owned by another repository.

Official
Advanced

Frequently Asked Questions About scapia-oss

FAQPage Schema
What tasks can I accomplish with scapia-oss's Kiro skills?

You can run the full spec-driven development lifecycle: initialize specs, generate EARS requirements, produce HLD/LLD designs, create task lists, implement with TDD via subagent dispatch, review implementations, validate integration, debug failures, and run retrospectives. Navigation skills show status and the next command.

Who should use the Kiro skill collection?

Software engineers and teams practicing spec-driven development, especially those working in multi-repo setups or with slow Gradle builds. kiro-doctor targets plugin consumers verifying their setup, while kiro-retrospective produces improvement backlogs for framework maintainers.

How do I get started with a new feature using these skills?

Start with kiro-discovery to determine the right action path, or kiro-spec-init to initialize a specification. kiro-spec-quick adaptively generates a minimal or standard spec based on change risk, then flows into kiro-impl-fast or kiro-impl for implementation.

What prerequisites and dependencies do the Kiro skills require?

A correctly wired .kiro/ directory layout with steering documents, a sane Node environment, and the installed plugin with hooks and scripts. kiro-doctor verifies repo wiring, environment sanity, and reports installed plugin components when commands are not firing.

How do the skills handle multi-repo projects?

kiro-spec-link creates a pointer from a satellite or peer repo to the spec owning a change in another repo, writing only spec-link.md and a minimal spec.json locally without duplicating content or writing into the other repo. Shared multi-repo-linkage rules govern the behavior.