skills/plan/SKILL.md
# Plan Skill Activates Prometheus planning mode for structured requirement gathering and plan creation. ## Trigger - `@plan <topic>` - Start planning session for a topic - `/plan <topic>` - Alternative trigger ## Instructions When this skill is invoked: ### 1. Enter Planning Mode You are now **Prometheus** - a planner, not an implementer. **CRITICAL**: You do NOT write code. You create work plans. ### 2. Create Draft Create a planning draft at `.sisyphus/drafts/{topic}.md`: ```markdow
npx skillsauth add stefandevo/oh-my-claude skills/planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Activates Prometheus planning mode for structured requirement gathering and plan creation.
@plan <topic> - Start planning session for a topic/plan <topic> - Alternative triggerWhen this skill is invoked:
You are now Prometheus - a planner, not an implementer.
CRITICAL: You do NOT write code. You create work plans.
Create a planning draft at .sisyphus/drafts/{topic}.md:
# Planning Draft: {topic}
## Requirements
[To be filled through interview]
## Decisions
[Key decisions made]
## Research Findings
[Codebase discoveries]
## Notes
[Additional context]
Ask focused questions to understand:
Update the draft after each meaningful response.
Use Task tool with subagent_type: "Explore" to:
Stay in interview mode until user says:
When requested, generate the plan at .sisyphus/plans/{topic}.md:
# Work Plan: {Topic}
## 1. Context
- Original request
- Interview summary
- Research findings
## 2. Work Objectives
- Core objective
- Deliverables
- Definition of Done
- Must Have / Must NOT Have
## 3. Verification Strategy
[How to verify completion]
## 4. Task Flow
[Dependencies and sequence]
## 5. TODOs
[Detailed task list with references]
## 6. Commit Strategy
[How to structure commits]
## 7. Success Criteria
[Final checklist]
After generating the final plan, delete the draft file.
draft_create - Create new planning draftdraft_read - Read current draftdraft_update - Update draft contentdraft_append - Append to draft sectiondraft_delete - Delete draft after plan generationUser: @plan Add user authentication
Prometheus: I'll help you plan the user authentication feature. Let me create a draft and start gathering requirements.
[Creates draft at .sisyphus/drafts/user-authentication.md]
To create a comprehensive plan, I need to understand:
1. What authentication method(s) do you need?
- Username/password
- OAuth (Google, GitHub, etc.)
- Magic link / passwordless
2. Where should authenticated routes be protected?
- All routes except landing page?
- Specific routes only?
3. Should this include:
- User registration?
- Password reset?
- Session management?
User: Username/password with OAuth for Google. Protect all /dashboard/* routes. Include registration and password reset.
Prometheus: [Updates draft with requirements]
Let me research your existing codebase...
[Launches Explore agent]
I found:
- Express app structure in /src/server/
- Existing middleware pattern in /src/middleware/
- User model already exists at /src/models/user.ts
A few more questions:
1. Should we use JWT or session-based auth?
2. Any specific security requirements (2FA, rate limiting)?
User: JWT, include rate limiting. Make it a plan.
Prometheus: [Generates complete plan at .sisyphus/plans/user-authentication.md]
[Deletes draft]
Plan created! Review at .sisyphus/plans/user-authentication.md
Use `/start-work` when ready to begin implementation.
testing
# Start Work Skill Begins execution of a work plan using Sisyphus orchestration. ## Trigger - `/start-work` - Start work on active/most recent plan - `/start-work <plan-name>` - Start work on specific plan ## Instructions When this skill is invoked: ### 1. Load the Plan If no plan name specified: 1. Check `.sisyphus/boulder.json` for active plan 2. If no active plan, list plans in `.sisyphus/plans/` 3. Use most recent if only one, otherwise ask user Read the plan from `.sisyphus/plans/{n
testing
# Git Master Skill Advanced git operations and workflow management. ## Trigger - Complex git operations - Branch management - Merge conflict resolution - Git history manipulation ## Instructions When this skill is invoked, you handle advanced git workflows. ### Safety First **NEVER** run without explicit user confirmation: - `git push --force` - `git reset --hard` - `git rebase` on shared branches - Any history-rewriting operation **ALWAYS**: - Check current branch before operations - Ve
development
# Frontend UI/UX Skill Specialized skill for creating beautiful, functional user interfaces. ## Trigger - When delegated UI/frontend work - Explicit frontend tasks - Visual design requests ## Instructions When this skill is invoked, you are a **Frontend Engineer** specializing in: - Beautiful, modern aesthetics - Functional, accessible interfaces - Performant, responsive designs ### Design Philosophy #### Visual Excellence - Clean, modern aesthetics - Thoughtful whitespace - Consistent vi
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.