Skill Index

growi

growilabs/growi
community[24 items]
$/plugin install growi

contents

essential-test-design

Write tests that verify observable behavior (contract), not implementation details. Auto-invoked when writing or reviewing tests.

growi1447[skill]
essential-test-patterns

GROWI testing patterns with Vitest, React Testing Library, and vitest-mock-extended.

growi1447[skill]
kiro-spec-status

Show specification status and progress

growi1447[skill]
kiro-spec-quick

Quick spec generation with interactive or automatic mode

growi1447[skill]
kiro-impl

Implement approved tasks using TDD with native subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.

growi1447[skill]
kiro-validate-gap

Analyze implementation gap between requirements and existing codebase. Use when planning integration with existing systems.

growi1447[skill]
kiro-spec-tasks

Generate implementation tasks from requirements and design. Use when creating actionable task lists.

growi1447[skill]
kiro-spec-design

Generate comprehensive technical design translating requirements (WHAT) into architecture (HOW) with discovery process. Use when creating architecture from requirements.

growi1447[skill]
kiro-spec-init

Initialize a new specification with detailed project description

growi1447[skill]
kiro-verify-completion

Verify completion and success claims with fresh evidence. Use before claiming a task is complete, a fix works, tests pass, or a feature is ready for GO.

growi1447[skill]
kiro-spec-requirements

Generate EARS-format requirements based on project description and steering context. Use when generating requirements from project description.

growi1447[skill]
kiro-validate-design

Interactive technical design quality review and validation. Use when reviewing design before implementation.

growi1447[skill]
tech-stack

GROWI technology stack, build tools, and global commands. Auto-invoked for all GROWI development work.

growi1447[skill]
kiro-discovery

Entry point for new work. Determines the best action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed) and refines ideas through structured dialogue.

growi1447[skill]
kiro-steering-custom

Create custom steering documents for specialized project contexts. Use when creating domain-specific steering files.

growi1447[skill]
kiro-spec-cleanup

Organize and clean up specification documents after implementation completion. Removes implementation details while preserving essential context for future refactoring.

growi1447[skill]
kiro-debug

Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verification fails, or repeated remediation does not converge.

growi1447[skill]
kiro-review

Review a task implementation against approved specs, task boundaries, and verification evidence. Use after an implementer finishes a task, after remediation, or before accepting a task as complete.

growi1447[skill]
kiro-validate-impl

Validate feature-level integration after all tasks are implemented. Checks cross-task consistency, full test suite, and overall spec coverage.

growi1447[skill]
kiro-steering

Maintain .kiro/steering/ as persistent project memory (bootstrap/sync). Use when initializing or updating steering documents.

growi1447[skill]
monorepo-overview

GROWI monorepo structure, workspace organization, and architectural principles. Auto-invoked for all GROWI development work.

growi1447[skill]
kiro-spec-batch

Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel subagent dispatch by dependency wave.

growi1447[skill]
learn

/learn - Pattern Extraction for GROWI

growi1447[command]
tdd

Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.

growi1447[command]