Loading...
Loading...
Found 416 Skills
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration
How to effectively test the application, always use when writing tests
Monitor 패턴으로 에픽 내 모든 Story의 구현을 조율한다. 모든 난이도의 Story를 agent에게 위임하고, sprint-status.yaml은 Lead만 갱신한다.
Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
Use when implementing a Beat change — requires gherkin or proposal artifact to be done first
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
Test-Driven Development enforces the RED-GREEN-REFACTOR discipline on every code change an agent produces.
Use when creating new skills, editing existing skills, or verifying if skills are valid before deployment
GLSL shader programming for JARVIS holographic effects
Team workflow-oriented planning skill (Phase 2). Before development, refine Jira Story + UI mockups into executable plans and output to docs/plans/{Story-Key}/plan.md
在當前會話中執行具有獨立任務的實施計劃時使用
Run git-workspace-review first to understand which tests need updates. Use when updating existing tests, generating new tests for features, enhancing test quality, ensuring detailed coverage, pre-commit validation. Do not use when auditing test suites - use pensive:test-review. DO NOT use when: writing production code - focus on implementation first.