Honest gap analysis before claiming work complete - prevents premature completion
Performs systematic gap analysis to prevent premature completion claims before declaring work done.
/plugin marketplace add krzemienski/shannon-framework/plugin install shannon@shannon-frameworkInvokes the honest-reflections skill to perform systematic gap analysis using 100+ sequential thoughts. Prevents premature completion claims by revealing discrepancies between claimed and actual delivery.
When to Use: BEFORE any "work complete" claim
@skill honest-reflections
- Input:
* scope: "plan"|"project"|"session" (default: session)
* min_thoughts: 100 (or user-specified)
* plan_file: path to original plan (auto-detect or specify)
- Output: reflection_result
The honest-reflections skill will:
š Honest Reflection Complete
**Analysis**: [min_thoughts]+ sequential thoughts
**Duration**: [minutes]
## Completion Assessment
**Claimed**: [from commits/docs]
**Actual**: [calculated percentage]%
**Discrepancy**: [gap] percentage points
**Status**: [HONEST / OVERCLAIMED / UNDERCLAIMED]
## Gaps Found: [total count]
[Detailed gap listing]
## Options
**A**: Complete remaining work ([hours]h)
**B**: Fix critical gaps only ([hours]h)
**C**: Accept with honest disclosure
**Recommendation**: [skill's recommendation]
--scope plan: Analyze against original project plan --scope project: Analyze against project requirements --scope session: Analyze current work session only
--min-thoughts N: Require minimum N sequential thoughts (default: 100)
# Before declaring phase complete
/shannon:reflect
# Deep reflection with 150 thoughts
/shannon:reflect --min-thoughts 150
# Analyze against specific plan
/shannon:reflect --scope plan docs/plans/enhancement-plan.md
/reflectReflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification