math-progress-monitor
SolidMetacognitive check-ins during problem solving - detects when to pivot or persist
AI & Automation 496 stars
41 forks Updated 1 months ago MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Math Progress Monitor
## When to Use
Trigger on phrases like:
- "am I on the right track"
- "is this approach working"
- "I'm stuck"
- "should I try something else"
- "verify my progress"
- "check my reasoning"
- "is this getting too complicated"
Use mid-work to assess whether to continue, pivot, or decompose (Schoenfeld's metacognitive control).
## Process
Run a structured progress assessment:
### 1. Inventory attempts
**Ask:** "What have you tried so far?"
- List each approach
- Order by when attempted
- Note time spent
### 2. Extract learnings
**Ask:** "What did each attempt tell you?"
- Even failures provide information
- What was ruled out?
- What patterns emerged?
### 3. Complexity check
**Ask:** "Is complexity growing faster than expected?"
- Warning signs:
- More terms than you started with
- New variables appearing
- Calculation getting messier
- Normal: complexity stays flat or decreases
### 4. Spot-check verification
**Ask:** "Can you verify any intermediate results?"
- Run numerical examples
- Check limiting cases
- Dimensional analysis
### 5. Decomposition check
**Ask:** "Is there a simpler sub-problem to solve first?"
- Identify dependencies
- Find stepping stones
- Reduce scope
### 6. Sunk cost assessment
**Ask:** "What would abandoning this approach cost?"
- Time already spent (irrelevant)
- Insights that transfer (relevant)
- Probability of success if continue
## Key Questions to Ask...
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 2 months ago
- Last Updated
- 1 months ago
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
math-progress-monitor
Metacognitive check-ins during problem solving - detects when to pivot or persist
3,795 Updated 4 months ago
parcadei AI & Automation Solid
math-intuition-builder
Develops mathematical understanding through examples, visualization, and analogy
496 Updated 1 months ago
vibeeval AI & Automation Solid
math-help
Guide to the math cognitive stack - what tools exist and when to use each
496 Updated 1 months ago
vibeeval AI & Automation Solid
math-model-selector
Routes problems to appropriate mathematical frameworks using expert heuristics
496 Updated 1 months ago
vibeeval Web & Frontend Listed
math-intuition-builder
Develops mathematical understanding through examples, visualization, and analogy
3,795 Updated 4 months ago
parcadei