Executes a structured coding workflow that automates rule discovery, feature implementation, and multi-stage validation for reliable code changes.
Pragma Implement is a high-reliability workflow skill for Claude Code designed to handle complex coding tasks with rigorous oversight. It enforces a mandatory four-phase lifecycle: first injecting project-specific rules and local supplements, then discovering existing architectural patterns, performing the implementation, and finally running a suite of deterministic linters and semantic LLM-based validators. By automating the 'Implement-Validate-Fix' loop, it ensures that every code change adheres to security standards, state-machine logic, and language-specific best practices before providing a comprehensive final report.
주요 기능
01State-machine scrutiny to ensure terminal states and background processes are handled correctly
02Architecture-aware implementation that respects existing patterns and design layers
03Multi-stage validation combining standard linters with semantic LLM-based checks
04Automated rule discovery from project-specific directories and local supplements
0517 GitHub stars
06Standardized implementation reports detailing applied rules, changes, and validation status
사용 사례
01Refactoring state-heavy logic with automatic terminal-state verification
02Standardizing the development process by ensuring all code passes security and style checks before review
03Adding complex features to large codebases where architectural consistency is critical