Shared infrastructure and reusable modules for all pensive review skills. Triggers: pensive patterns, review workflow, output templates, quality checklists, pensive infrastructure, shared review patterns Use when: other pensive skills need common patterns, creating new review skills, ensuring consistency across pensive plugin DO NOT use directly: this skill is infrastructure for other pensive skills. This skill provides shared patterns consumed by other pensive skills.
/plugin marketplace add athola/claude-night-market/plugin install parseltongue@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
modules/output-format-templates.mdmodules/quality-checklist-patterns.mdmodules/review-workflow-core.mdThis skill provides reusable modules and patterns shared across all pensive review skills.
Centralized infrastructure for:
modules/
├── review-workflow-core.md # Core 5-step workflow pattern
├── output-format-templates.md # Standard output structures
└── quality-checklist-patterns.md # Reusable quality checklists
Review skills include these modules to inherit common patterns:
includes:
- ../shared/modules/review-workflow-core.md
- ../shared/modules/output-format-templates.md
- ../shared/modules/quality-checklist-patterns.md
All pensive review skills:
pensive:bug-reviewpensive:api-reviewpensive:architecture-reviewpensive:test-reviewpensive:rust-reviewpensive:makefile-reviewpensive:math-reviewpensive:unified-reviewBuild robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.