documentation-fundamentals

143
DanielPodolskyDanielPodolsky

Guides documentation standards including READMEs, JSDoc, and code comments. Use when writing documentation, adding comments, or explaining code. Enforces "WHY not WHAT" principle.

195 days ago

ownership-gate

143
DanielPodolskyDanielPodolsky

Verifies junior truly understands code they wrote through line-by-line walkthrough. BLOCKING gate that must pass to complete any task. Triggered during /own:done flow.

195 days ago

error-handling-fundamentals

143
DanielPodolskyDanielPodolsky

Guides error handling for async operations and API calls. Use when junior asks "what if this fails", "handle errors", "try catch", "network error", or builds features with fetch, promises, or external services.

195 days ago

engineering-fundamentals

143
DanielPodolskyDanielPodolsky

Background knowledge for code quality. Applied when reviewing naming conventions, DRY, SOLID, function size, refactoring, or when junior asks "is this clean", "code review", "better way".

195 days ago

testing-gate

143
DanielPodolskyDanielPodolsky

Verifies test coverage and encourages testing habits. WARNING gate that checks for tests during /own:done flow without blocking.

195 days ago

fundamentals-gate

143
DanielPodolskyDanielPodolsky

Verifies code quality including naming conventions, function size, and DRY principles. SUGGESTION gate that offers polish items during /own:done flow.

195 days ago

database-fundamentals

143
DanielPodolskyDanielPodolsky

Reviews schema design, SQL queries, ORM patterns. Use when junior creates schema, writes queries, adds migrations, works with Prisma/MongoDB/PostgreSQL, or asks "is this SQL safe", "N+1", "index".

195 days ago

security-fundamentals

143
DanielPodolskyDanielPodolsky

Reviews security including OWASP Top 10, input validation, auth. Use when junior builds login, authentication, stores passwords, handles user input, API keys, JWT tokens, or asks "is this secure".

195 days ago

protocol-d-debugging

143
DanielPodolskyDanielPodolsky

Guides systematic debugging through Protocol D (READ, ISOLATE, DOCS, HYPOTHESIZE, VERIFY). Use when junior says "stuck", "not working", "broken", "bug", "error", "crashed", "failing", "can't figure out", or expresses frustration. Do NOT use for general questions.

195 days ago

resistance-protocol

143
DanielPodolskyDanielPodolsky

Empathetic pushback when junior shortcuts learning. Activates on "just write the code", "do it for me", "skip this", "just fix it", "I don't have time", "too slow", or attempts to bypass the mentorship process.

195 days ago

error-handling-gate

143
DanielPodolskyDanielPodolsky

Verifies error handling including empty catch detection, user-friendly messages, and logging. WARNING gate triggered during /own:done flow.

195 days ago

performance-gate

143
DanielPodolskyDanielPodolsky

Verifies performance including N+1 query detection, scalability assessment, and complexity analysis. WARNING gate triggered during /own:done flow.

195 days ago

frontend-fundamentals

143
DanielPodolskyDanielPodolsky

Reviews React/Vue component architecture, state, and hooks. Use when junior builds components, forms, modals, uses useState, useEffect, adds state, or asks "is this good React".

195 days ago

resume-bullet-extraction

143
DanielPodolskyDanielPodolsky

Transforms completed work into powerful resume bullet points with action verbs, technical context, and quantified impact. Use when completing tasks, updating portfolio, or preparing job applications.

195 days ago

star-story-extraction

143
DanielPodolskyDanielPodolsky

Transforms completed work into STAR interview stories (Situation, Task, Action, Result). Use when completing tasks, preparing for behavioral interviews, or documenting achievements.

195 days ago

backend-fundamentals

143
DanielPodolskyDanielPodolsky

Reviews API design, REST conventions, and backend architecture. Use when junior builds API endpoints, Express routes, middleware, controllers, or asks "is this RESTful", "check my endpoint".

195 days ago

seo-fundamentals

143
DanielPodolskyDanielPodolsky

Reviews SEO including meta tags, semantic HTML, and Open Graph. Use when building public-facing pages, adding title/description tags, or optimizing for search engines.

195 days ago

accessibility-fundamentals

143
DanielPodolskyDanielPodolsky

Reviews accessibility including WCAG, ARIA, keyboard navigation. Use when junior builds forms, buttons, modals, interactive elements, or asks "is this accessible", "a11y", "screen reader".

195 days ago