Searching...
Searching...
Found 122398 results
marcusgoll
Deep planning methodology for craftsman-level software architecture, transforming research-then-design into research-question-simplify-design for epics and complex features.
marcusgoll
Executes production deployment by promoting validated staging builds with semantic versioning, health checks, and release tagging upon /ship-prod command.
marcusgoll
Automatically generates regression tests upon bug discovery, detecting test frameworks and creating Arrange-Act-Assert structures with error-log links.
marcusgoll
Automates project initialization through interactive questionnaires, codebase scanning, and generation of essential architecture documentation for development setup.
marcusgoll
Prevents hallucinated technical decisions by validating suggestions against the project's documented architecture and requiring evidence for all choices.
marcusgoll
Automates detection and resolution of package dependency conflicts across npm, pip, and other package managers, preventing build failures and security issues.
marcusgoll
Standard Operating Procedure for project task phase covering task sizing, acceptance criteria, and TDD-first sequencing.
marcusgoll
Automatically identifies and parallelizes independent operations to accelerate software execution by 3-5x via dependency analysis and batched task execution.
marcusgoll
Automates extraction of reusable UI components from HTML mockups, maps CSS to Tailwind, and populates pattern documentation for visual fidelity in frontend implementation.
marcusgoll
Guides manual validation of staging environments through smoke tests, critical user flows, data migration checks, and rollback verification before production deployment.
marcusgoll
Enforces Conventional Commits at critical workflow points, ensuring commit safety, branch integrity, and preventing uncommitted changes from blocking progress.
marcusgoll
Enforces consistent theming across prototype screens by validating CSS variables and preventing hardcoded values using theme.yaml configuration.
marcusgoll
Guides creation and refinement of Claude Code Skills through structured authoring, SKILL.md management, and XML validation patterns.
marcusgoll
Validates cross-artifact consistency and detects breaking changes in APIs, databases, and UIs prior to deployment during feature analysis.
marcusgoll
Automatically identifies independent tasks, batches them, and executes in parallel to accelerate development workflows by 3-5x.
marcusgoll
Simulates command execution without modifications, providing accurate previews of file operations, git actions, and state changes.
marcusgoll
Creates optimized meta-prompts for Claude-to-Claude pipelines enabling research, planning, and execution stages to produce consumable outputs.
marcusgoll
Automates caching of expensive operations across workflows to eliminate redundant work, reducing execution time by 20-40% through intelligent triggers on repeated reads.
marcusgoll
Standardizes the specification phase for project planning, including feature classification, research depth, and roadmap integration to ensure structured and efficient feature development.
marcusgoll
Validates software readiness for production via performance, accessibility, security, and code quality checks before deployment.
marcusgoll
Automates shadcn/ui component integration with OKLCH design tokens in Next.js projects for theme customization.
marcusgoll
Enforces task status updates via task-tracker commands only, preventing manual edits to task files and maintaining synchronization.
marcusgoll
Automatically searches codebase for existing patterns to suggest reuse, preventing duplication when creating new endpoints, components, or services.
marcusgoll
Classifies workflow failures and attempts automatic recovery to determine if auto-fix is possible or manual intervention is required during software development sprints.