소스 정보
- 저장소
- ReinaMacCredy/loveNovel
- 최근 소스 활동
- 2026년 2월 13일 04:31
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ReinaMacCredy/loveNovel --skill status명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
UI/UX design intelligence with searchable database
Generate comprehensive implementation plans through systematic discovery, synthesis, verification, and decomposition into beads. Use when asked to plan a feature, create a roadmap, design an implementation approach, or decompose work into trackable issues. Do NOT use for simple one-step tasks, quick fixes, or when the user just wants to execute an existing plan — use the work skill instead.
Execute a plan or direct task with worker delegation and verification.
| name | status |
| description | Show current Maestro state — plans, drafts, active tasks, and wisdom files. |
| allowed-tools | Read, Bash, Glob, Grep, TaskList |
| disable-model-invocation | true |
Report the current state of all Maestro artifacts.
List all files in .maestro/plans/:
If empty, report "No plans found. Run /design to create one."
List all files in .maestro/archive/:
If empty, report "No archived plans."
List all files in .maestro/context/:
If empty, report "No project context. Run /setup to create."
List all files in .maestro/drafts/:
If empty, report "No active drafts."
Run TaskList to check for any active task lists:
If no tasks, report "No active task lists."
List all files in .maestro/wisdom/:
If empty, report "No wisdom accumulated yet. Complete a /work cycle to start learning."
List all files in .maestro/research/:
If empty, report "No research sessions. Run /research <topic> to start one."
Check if .maestro/notepad.md exists:
## Priority Context — N items## Working Memory — N items## Manual — N itemsIf file doesn't exist, report "No notepad. Run /note <content> to start."
List all files in .maestro/handoff/:
If empty, report "No active handoffs."
If any handoff has status: "designing", highlight it: "Design in progress for {topic} — started {timestamp}."
Check for active Maestro worktrees:
git worktree list --porcelain
Filter for worktrees on maestro/* branches (these are Maestro-created worktrees).
For each Maestro worktree, report:
.maestro/handoff/*.json has matching worktree_path or worktree_branch)If no Maestro worktrees found, report "No active Maestro worktrees."
Check for active teams:
ls ~/.claude/teams/ 2>/dev/null
Report any active team directories.
Check trace log state:
ls -la .maestro/trace.jsonl 2>/dev/null
If .maestro/trace.jsonl exists, report:
wc -l .maestro/trace.jsonl
If missing, report "No trace log found."
Check PSM session state:
ls -la ~/.maestro-psm/sessions.json 2>/dev/null
If ~/.maestro-psm/sessions.json exists, report active session count from .sessions entries:
jq '.sessions | length' ~/.maestro-psm/sessions.json
If missing, report "No PSM sessions state found."
Based on the state discovered above, suggest the most relevant next action:
| State | Suggestion |
|---|---|
| Plans exist + no active tasks | Cross-reference .maestro/handoff/*.json for a handoff with status: "complete" whose plan_destination matches an existing plan. If found: "Ready to execute: {plan title}. Run /work to start, or claude "/work" for a fresh session." If no matching handoff: "Ready to execute. Run /work to start." |
| Wisdom exists + no active tasks | "Previous cycle complete. Run /design for next iteration or /review to verify." |
| Active teams present | "Workers may be running. Run /reset if stuck." |
| Worktrees exist + no active tasks | "Worktrees may be from completed sessions. Run /reset to clean up." |
| Handoff with status "designing" | "Design in progress. Run /design to continue or /reset to clean up." |
| Drafts exist + no plans | "Interview was interrupted. Run /design to continue or /reset to start fresh." |
| Archive has items + no active plans | "Previous plans archived. Run /design for next iteration." |
| No context files exist | "Run /setup to scaffold project context (product, tech stack, guidelines)." |
| Empty state (no plans, drafts, tasks, wisdom) | "Get started: Run /setup-check, then /design <your request>." |
Display all matching suggestions. Multiple states can apply simultaneously.
End with a summary table:
## Maestro Status
| Artifact | Count | Latest |
|----------|-------|--------|
| Plans | N | <name> |
| Archive | N | <name> |
| Context | N | <name> |
| Drafts | N | <name> |
| Tasks | N (X active) | - |
| Handoffs | N | <name> |
| Wisdom | N | <name> |
| Research | N | <name> |
| Notepad | Present/Absent | N priority items |
| Worktrees | N active | - |
| Teams | N active | - |
| Trace | Present/Absent | N events |
| PSM Sessions | Present/Absent | N active |