← all publishers

marcusgoll

@marcusgoll source repo

47 published skills

  1. Audit Claude Md · marcusgoll
    audit-claude-md Skill
    0
    installs
  2. Session Boundary · marcusgoll
    Session Boundary Skill
    0
    installs
  3. Multi Agent Voting · marcusgoll bundle
    Multi-Agent Voting Skill
    0
    installs
  4. Task Breakdown Phase 2 · marcusgoll bundle
    Standard Operating Procedure for /tasks phase. Covers task sizing, acceptance criteria definition, and TDD-first task sequencing. (project)
    0
    installs
  5. Parallel Execution Optimizer 2 · marcusgoll bundle
    Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /implement (task batching), /prototype (N screens). Auto-triggers when detecting multiple independent operations in a phase.
    0
    installs
  6. Atlas Guardrails · marcusgoll bundle
    Context packing and anti-duplication guardrails.
    0
    installs
  7. Deep Plan · marcusgoll
    Deep Plan - Strategic Planning & PRD Conversion
    0
    installs
  8. Deep Quick · marcusgoll
    Fast mode for small tasks (<30 lines, single file). Use when user asks for 'quick fix', 'fast fix', 'simple change'. Skips planning, 3-iteration limit.
    0
    installs
  9. Cancel Deep · marcusgoll
    Cancel active deep loop session. Use when user asks to 'stop deep', 'cancel deep', 'abort loop'. Cleans up state files.
    0
    installs
  10. Deep Status · marcusgoll
    Check deep loop progress and session state. Use when user asks 'what status', 'where are we', 'deep status'. Shows phase, tasks, and iteration count.
    0
    installs
  11. Deep Triage · marcusgoll
    Classify task complexity as QUICK/STANDARD/DEEP. Use when user asks 'how complex', 'triage this', 'assess difficulty'. Determines appropriate workflow.
    0
    installs
  12. Start Ralph · marcusgoll
    Start autonomous PRD processing (ralph mode). Use when user asks for 'overnight mode', 'process PRD', 'autonomous execution'. Long-running background tasks.
    0
    installs
  13. Blind Critic · marcusgoll bundle
    Judge a built surface against a reference artifact via blind A/B comparison. Use during the REVIEW phase of deep loop, or ad hoc when the user asks to "critique the UI against the prototype", "blind critic", "compare to the design", or "is this as good as the reference".
    0
    installs
  14. Cancel Ralph · marcusgoll
    Stop ralph mode PRD processing. Use when user asks to 'cancel ralph', 'stop autonomous mode'. Halts background execution.
    0
    installs
  15. Deep Cleanup · marcusgoll
    Clean up stale deep loop files. Use when user asks to 'clean up', 'remove .deep directories'. Removes old session artifacts.
    0
    installs
  16. Deep Execute · marcusgoll
    Process queued tasks from .deep/tasks.md. Use when user asks to 'execute queue', 'process tasks', 'run queued work'. Supports multi-session claim-based coordination with git conflict handling.
    0
    installs
  17. Deep Fullstack · marcusgoll
    Coordinate frontend+backend development with shared types. Use when building full-stack features, 'connect frontend to API', or 'end-to-end'. Includes E2E testing.
    0
    installs
  18. Diagnose Hooks · marcusgoll
    Troubleshoot hook errors. Use when user sees 'PreToolUse hook error', 'PostToolUse error', or asks to 'diagnose hooks'. Identifies and fixes plugin hook failures.
    0
    installs
  19. Internal Ralph · marcusgoll
    Internal ralph mode executor. Processes PRD backlog using Task subagents. Called by start-ralph, not user-invoked directly.
    0
    installs
  20. Design Tournament · marcusgoll
    Produce a design reference where none exists, by interrogating the problem then running a blind round-robin between candidates. Use when starting a new page or surface with no prototype, when the existing prototype has been outgrown, or when the user asks to "explore designs", "compare approaches", "run a design tournament", or "which layout is better".
    0
    installs
  21. Deep · marcusgoll
    Deep Loop v11.0.0
    0
    installs
  22. Deep Add · marcusgoll
    Add tasks to deep loop queue (.deep/tasks.md). Use when user asks to 'add task', 'queue this', 'deep add'. Interactively gathers task details.
    0
    installs
  23. Dry Run · marcusgoll
    Preview command effects without making changes. Simulates file writes, git operations, agent spawns, and state changes. All reads execute normally for accurate preview. Use --dry-run flag on any command.
    0
    installs
  24. Ultrathink · marcusgoll
    Deep planning philosophy for craftsman-level architecture. Transforms planning from research-then-design to research-question-simplify-design. Use when --deep flag is set, for epics, complex features (30+ tasks), or when auto_deep_mode preference is enabled. Invokes assumption questioning, codebase soul analysis, and ruthless simplification. (project)
    0
    installs
  25. Debug Phase · marcusgoll bundle
    Systematic debugging techniques including error classification, root cause analysis (5 Whys), reproduction strategies, and error documentation. Use when debugging errors, investigating failures, analyzing stack traces, fixing bugs, or documenting errors in error-log.md. (project)
    0
    installs
  26. Epic Scoping · marcusgoll
    Epic Scoping Skill
    0
    installs
  27. Epic Sprints · marcusgoll
    Epic Sprints Skill
    0
    installs
  28. Design Tokens · marcusgoll
    Design Tokens - Comprehensive Reference
    0
    installs
  29. Domain Memory · marcusgoll
    Domain Memory Skill
    0
    installs
  30. Analysis Phase · marcusgoll bundle
    Validates cross-artifact consistency and detects breaking changes during feature analysis. Use when running /analyze command, validating spec-plan alignment, checking task-implementation consistency, or identifying API/database/UI breaking changes before deployment. (project)
    0
    installs
  31. Finalize Phase · marcusgoll bundle
    Completes feature/epic workflows after deployment with comprehensive walkthrough generation for epics (v5.0+), roadmap updates, artifact archival, documentation, and branch cleanup. Use after /ship-prod, /deploy-prod, or /build-local completes, or when user asks to finalize. (project)
    0
    installs
  32. Planning Phase · marcusgoll bundle
    Generates implementation plans with code reuse analysis, architecture design, and complexity estimation during the /plan phase. Use when planning feature implementation, analyzing code reuse opportunities, or designing system architecture after specification phase completes. Integrates with 8 project documentation files for constraint extraction. (project)
    0
    installs
  33. Error Recovery · marcusgoll
    Classify workflow failures and attempt automatic recovery. Use when sprint/feature fails during implementation to determine if auto-fix is possible or manual intervention required.
    0
    installs
  34. Epic Walkthrough · marcusgoll bundle
    Epic Walkthrough Skill
    0
    installs
  35. Worktree Context · marcusgoll
    Worktree Context Skill
    0
    installs
  36. Optimization Phase · marcusgoll bundle
    Validates production readiness through performance benchmarking, accessibility audits, security reviews, and code quality checks. Use after implementation phase completes, before deployment, or when conducting quality gates for features. (project)
    0
    installs
  37. Shadcn Integration · marcusgoll
    Integration guide for shadcn/ui components with OKLCH design tokens. Use when setting up shadcn, customizing themes, or adding components to Next.js projects. Auto-trigger on /init --tokens --shadcn flag.
    0
    installs
  38. Workflow Detection · marcusgoll
    Workflow Detection Skill
    0
    installs
  39. Specification Phase · marcusgoll bundle
    Provides standard operating procedures for the /specify phase including feature classification (HAS_UI, IS_IMPROVEMENT, HAS_METRICS, HAS_DEPLOYMENT_IMPACT), research depth determination, clarification strategy (max 3, informed guesses for defaults), and roadmap integration. Use when executing /specify command, classifying features, generating structured specs, or determining research depth for planning phase. (project)
    0
    installs
  40. Epic Meta Prompting · marcusgoll
    Epic Meta-Prompting Skill
    0
    installs
  41. Implementation Phase · marcusgoll bundle
    Executes implementation tasks using Test-Driven Development, prevents code duplication through anti-duplication checks, and maintains quality through continuous testing. Use when implementing features from tasks.md, during the /implement phase, or when the user requests TDD-based implementation. (project)
    0
    installs
  42. Task Breakdown Phase · marcusgoll bundle
    Standard Operating Procedure for /tasks phase. Covers task sizing, acceptance criteria definition, and TDD-first task sequencing. (project)
    0
    installs
  43. Staging Deployment Phase · marcusgoll
    Deploys features to staging environment with database migrations, health checks, and deployment verification. Use during /ship-staging phase or when deploying to staging environments for validation before production release.
    0
    installs
  44. Staging Validation Phase · marcusgoll bundle
    Guides manual staging validation before production deployment through smoke tests, critical user flow testing, data migration verification, and rollback capability checks. Use when validating staging deployments, running pre-production tests, or preparing for production promotion in staging-prod deployment model. (project)
    0
    installs
  45. Regression Test Generator · marcusgoll bundle
    Generate regression tests when bugs are discovered during /debug or continuous checks. Auto-detects test framework, creates Arrange-Act-Assert tests, and links to error-log.md entries. (project)
    0
    installs
  46. Production Deployment Phase · marcusgoll
    Executes production deployment workflow by promoting validated staging builds to production with semantic versioning, health checks, and release tagging. Use when running /ship-prod command, deploying to production after staging validation, or promoting staging builds to production environment.
    0
    installs
  47. Parallel Execution Optimizer · marcusgoll bundle
    Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /design-variations (N screens), /implement (task batching). Auto-triggers when detecting multiple independent operations in a phase.
    0
    installs