Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

spectacular

spectacular에는 arittr에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
14
Stars
18
업데이트
2026-01-23
Forks
0
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

validating-environment
네트워크·컴퓨터 시스템 관리자

Use to validate spectacular environment - checks superpowers plugin, git-spice, git repo, and project structure before running spectacular workflows

2026-01-23
decomposing-tasks
소프트웨어 개발자

Use when you need to create an execution plan from a feature spec - handles worktree context, dispatches subagent for task decomposition, validates quality, analyzes dependencies, groups into phases, and commits the plan

2026-01-22
executing-parallel-phase
기타 컴퓨터 관련 직업

Use when orchestrating parallel phases in plan execution - creates isolated worktrees for concurrent task execution, installs dependencies, spawns parallel subagents, verifies completion, stacks branches linearly, and cleans up (mandatory for ALL parallel phases including N=1)

2026-01-22
executing-plan
소프트웨어 개발자

Use to execute an implementation plan with automatic sequential/parallel orchestration - handles worktree verification, resume detection, phase dispatch, and quality verification

2026-01-22
executing-sequential-phase
컴퓨터 시스템 분석가

Use when orchestrating sequential phases in plan execution - executes tasks one-by-one in main worktree using git-spice natural stacking (NO manual upstack commands, NO worktree creation, tasks build on each other)

2026-01-22
using-git-spice
소프트웨어 개발자

Use when working with stacked branches, managing dependent PRs/CRs, or uncertain about git-spice commands (stack vs upstack vs downstack) - provides command reference, workflow patterns, and common pitfalls for the git-spice CLI tool

2026-01-22
writing-specs
소프트웨어 개발자컴퓨터 하드웨어 엔지니어+1

Complete spec workflow - generates Run ID, creates isolated worktree, brainstorms requirements, writes lean spec documents that reference constitutions, validates architecture quality, and reports completion

2026-01-22
phase-task-verification
소프트웨어 개발자

Shared branch creation and verification logic for sequential and parallel task execution - handles git operations, HEAD verification, and MODE-specific behavior

2025-11-12
testing-workflows-with-subagents
소프트웨어 품질 보증 분석가·테스터

Use when creating or editing commands, orchestrator prompts, or workflow documentation before deployment - applies RED-GREEN-REFACTOR to test instruction clarity by finding real execution failures, creating test scenarios, and verifying fixes with subagents

2025-11-12
troubleshooting-execute
소프트웨어 개발자

Use when execute command encounters errors - diagnostic guide for phase failures, parallel agent failures, merge conflicts, worktree issues, and recovery strategies

2025-11-12
understanding-cross-phase-stacking
소프트웨어 개발자

Use before starting any new phase - explains how sequential and parallel phases automatically chain together through base branch inheritance (main worktree tracks progress, parallel phases inherit from current branch, no manual intervention needed)

2025-11-12
using-spectacular
소프트웨어 개발자

Use when starting any conversation in a project using spectacular - establishes mandatory workflows for spec-anchored development, including when to use /spectacular commands and how to work with constitutions

2025-11-12
validating-setup-commands
네트워크·컴퓨터 시스템 관리자

Use before creating worktrees or executing tasks - validates that CLAUDE.md defines required setup commands (install, optional postinstall) and provides clear error messages with examples if missing

2025-11-12
versioning-constitutions
컴퓨터·정보 시스템 관리자

Use when architectural patterns evolve, tech stack changes, or foundational rules need updates - creates new constitution version directory, migrates/organizes content into modular files, updates symlink, and documents changes

2025-10-21