Code review with quality gates. Reviews for correctness, edge cases, security, performance, maintainability, and adherence to conventions; provides specific, actionable feedback and preserves blind review. Use for: post-implementation review, pre-commit…
Skills in this repository
agustinusnathaniel/maestria - Page 2
SkillsMP has collected 61 skills from agustinusnathaniel/maestria. Open a skill to review its source and details.
agustinusnathaniel/maestriaShowing 21 of 61 collected skills.
Documentation writing following structured patterns. Creates clear, comprehensive docs for code, APIs, and systems. Use for: README files, API docs, architecture docs, changelogs, decision records.
Verifiable termination and bounded repair guidance for loops, reviews, and repeated implementation attempts.
The iteration-limit pattern with verifiable termination and escalation format. Load when defining termination conditions for a loop, or when a loop is at risk of running too long.
The iteration-limit pattern with verifiable termination and escalation format. Load when defining termination conditions for a loop, or when a loop is at risk of running too long.
Fast implementation mode - skip optional ceremony for familiar, low-risk work; never waive safety or required review. Load when the user invokes blitz or asks for a fast route.
Full pipeline mode - reconnaissance or design, implementation, and independent review. Load when the user invokes fein or asks for the complete maestria pipeline.
The handoff contract for inter-specialist delegation. Load when receiving a task from another specialist, or when handing off work to the next stage in the pipeline.
Research-only mode - read-only specialist work, then STOP before implementation. Load when the user invokes sonar or asks for research-only work.
Fast capability-aware Maestria route that skips optional ceremony without waiving safety or review.
Full Maestria pipeline: reconnaissance, design, implementation, and independent review.
Concise handoff contract for passing outcome, constraints, evidence, blockers, and next steps between workflow stages.
Research-only Maestria route using read-only specialist skills, then stop before implementation.
Fast implementation mode: skip optional ceremony for familiar low-risk work; required review and safety floors remain
Fast implementation mode: skip optional recon/design unless unknown; required review remains
The 7-field handoff contract for inter-specialist delegation. Load when receiving a task from another specialist, or when handing off work to the next stage in the pipeline.
Research-only mode: reconnaissance and design only, no implementation
Research-only mode: recon and design, no implementation
Full pipeline mode: reconnaissance, design, implementation, review
Full pipeline mode: recon, design, implement, review
Make architecture decisions using decision matrices and iterative refinement. Use when comparing implementation approaches, evaluating trade-offs, selecting technology, or facing multiple viable paths. Prioritizes business context over technical purity —…