Reflect on technical decisions and past context when confidence is low. Use when uncertain about implementation approaches, architectural choices, or need deeper analysis before proceeding.
Reflects on technical decisions and past context to inform implementation approaches and architectural choices.
/plugin marketplace add gcswan/hindsight-cc/plugin install hindsight-cc@hindsight-cc<query> [--budget <level>] [--context <text>] [--max-tokens <int>]Use this skill autonomously when:
This skill uses Hindsight's reflection capabilities to provide AI-assisted decision support by analyzing past context and generating insights.
Run the following command with your reflection query. You can optionally specify budget level, additional context, and token limits for more comprehensive analysis.
${CLAUDE_PLUGIN_ROOT}/scripts/.venv/bin/python3 ${CLAUDE_PLUGIN_ROOT}/scripts/reflect.py $ARGUMENTS
Basic reflection:
/hindsight-cc:reflect "Should I use REST or GraphQL for this API?"
With budget and context:
/hindsight-cc:reflect "Authentication strategy decision" --budget high --context "Building microservices architecture with multiple client types"
For architectural decisions:
/hindsight-cc:reflect "Database choice for this use case" --budget mid --context "Need to handle 10K writes/sec with strong consistency"
The script returns a reflection response based on past context and the query. Use this output to:
If the reflection suggests a different approach than you initially considered, explain the trade-offs to the user and recommend the best path forward based on the analysis.
/reflectReflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification