Skip to content

feat(skills): add session-quality-gate — session-end learning verification#331

Open
YuhaoLin2005 wants to merge 4 commits into
addyosmani:mainfrom
YuhaoLin2005:add-session-quality-gate
Open

feat(skills): add session-quality-gate — session-end learning verification#331
YuhaoLin2005 wants to merge 4 commits into
addyosmani:mainfrom
YuhaoLin2005:add-session-quality-gate

Conversation

@YuhaoLin2005

@YuhaoLin2005 YuhaoLin2005 commented Jun 26, 2026

Copy link
Copy Markdown

What this is

A session-end verification skill — asks "did this session produce transferable learning, or did we just ship and forget?" before allowing work to conclude.

Four-step process: Self-Audit → Learning Capture → Disk Check → Rationalization Detection. Works with any project structure — adapt the capture paths to whatever you use (Notion, Obsidian, plain Markdown, nothing at all).

No specific file system required. The verification framework is the value; wire it to your own capture system.

How it complements this repo

agent-skills has production-readiness and code-quality covered. It doesn't have session-hygiene — the discipline of verifying that work finished clean before moving on.

Existing skill Checks This adds
shipping-and-launch Deploy safety Thinking completeness at session end
code-review-and-quality Code correctness Learning capture quality
doubt-driven-development Surface uncertainty during work Audit completeness after work

Same verification-gate architecture (checklist + rationalizations + red flags), different dimension — thinking quality rather than code or deploy quality.

Structure

  • Self-Audit → Learning Capture → Disk Check → Rationalization Detection
  • Common rationalizations with rebuttals
  • Disk thresholds with concrete references

Extracted from practice

Derived from a learning-capture workflow used across 200+ sessions. Before verification, same debugging mistakes repeated. After, cross-session knowledge transfer became measurable.

@YuhaoLin2005 YuhaoLin2005 force-pushed the add-session-quality-gate branch from 3336107 to 0436976 Compare June 27, 2026 15:49
@YuhaoLin2005 YuhaoLin2005 changed the title feat(skills): add session-quality-gate — self-audit + learning capture before shipping feat(skills): add session-quality-gate — session-end learning verification Jun 27, 2026
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