Skip to content

feat: register skill-review plugin in marketplace#6

Merged
minsoo-web merged 1 commit into
mainfrom
review-plugin
Mar 2, 2026
Merged

feat: register skill-review plugin in marketplace#6
minsoo-web merged 1 commit into
mainfrom
review-plugin

Conversation

@minsoo-web
Copy link
Copy Markdown
Member

Summary

  • Add skill-review plugin entry to .claude-plugin/marketplace.json
  • Bump marketplace version from 1.0.0 to 1.1.0

Test plan

  • Verify skill-review appears in marketplace listing
  • Confirm source path ./plugins/skill-review resolves correctly

🤖 Generated with Claude Code

Add skill-review to .claude-plugin/marketplace.json and bump version to 1.1.0.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@minsoo-web minsoo-web merged commit 0ad4e02 into main Mar 2, 2026
3 checks passed
@minsoo-web minsoo-web deleted the review-plugin branch March 4, 2026 01:57
minsoo-web added a commit that referenced this pull request May 1, 2026
* docs(brainstorm): add personal-tutor desirable-difficulty requirements

Captures the brainstorm output for adding desirable-difficulty hooks to
the personal-tutor skill. Defines R1-R12 covering Generation-first
teaching, warm/cold quiz split, hint follow-through, session capacity
policy, and Iron Rule #6.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* docs(plan): add personal-tutor desirable-difficulty implementation plan

Implementation plan for the desirable-difficulty hooks. 4 units (U1-U4):
schema extension, Phase 3 Generation-first, Phase 4-5 warm semantics +
Iron Rule, Phase 2.0 cold sweep + capacity policy. Plan was reviewed
through ce-doc-review (4 personas, 19 actionable findings) and updated
to reflect 15 Apply decisions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* feat(personal-tutor): add desirable-difficulty hooks (cold quiz, generation, Iron Rule #6)

Restructures the learning protocol so that "fluency illusion" — passing
quiz with the answer still in working memory — can no longer upgrade a
node to understood. Implements three desirable-difficulty hooks across
the session cycle:

* Phase 3 Generation-first turn: predict before explain, with strategic
  hints (no answer leak) when the learner is stuck.
* Phase 4 renamed to Warm Quiz, capped at gap→partial. Every new-concept
  warm pass schedules cold quiz for next session (R5 sole scheduler).
* New Phase 2.0 Cold Quiz Sweep at session start (when pending exists),
  no re-teaching, deterministic format rotation Feynman→Apply→Analyze→
  Apply, escalation prevented on cold-fail. partial→understood gates on
  cold no-hint pass (path A) or review-slot escape valve (path B).

Plus: Iron Rule #6 (no same-session understood), Phase 5 self-audit
hook, 3-strike downgrade for hint-pass loops, streak counter spanning
warm/cold mix, capacity policy (cap=1 when cold-pending exists),
6-line knowledge-graph schema with read-time backward-compat and
write-time gradual upgrade.

README + Session Flow diagram + Applied Learning Science table synced.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* fix(personal-tutor): wire path B review-slot warm quiz, clarify cap and status docs

- Phase 4 now runs warm quiz on review-slot nodes (path B was unreachable
  before — review flow ended at Socratic Q&A with no quiz step).
- Review-slot warm passes do NOT trigger R5 cold-pending; only new-concept
  warm passes do. Review-slot uses Phase 2.0 rotation rule for format.
- Phase 3 review branch now explicitly hands off to Phase 4.
- Phase 2.0 cap-decision wording clarified: cap is fixed at session start,
  remaining pending count only feeds the agenda announcement.
- README status table for `understood` now lists both path A (cold) and
  path B (review-slot escape valve).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
minsoo-web added a commit that referenced this pull request May 1, 2026
)

The desirable-difficulty hooks shipped in #22 add new user-facing
capability (cross-session retrieval verification, Generation Effect,
mechanical Iron Rule #6 enforcement) while remaining backward-compatible
with existing knowledge graphs (read-time defaults + touched-node-only
migration). Minor bump per SemVer.

Marketplace bumps to 1.10.0 to mirror the plugin's minor change.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant