mgd34msu
- 6 skills
- 0 followers
- 1 week ago last updated
- ▌ Intel Mastery · mgd34msuUsage guide for the goodvibes intel server's 15 structure-aware tools (code_read, code_grep, code_glob, code_surface, code_safe_delete, api_routes, api_spec, api_validate, db_schema, component_tree, hook_dependencies, client_boundary, layout_analysis, scaffold, structural_edit). Load when working in a codebase and deciding between intel tools and native Read/Grep/Glob/Edit.
- ▌ Review Scoring · mgd34msuThe refutation-based review rubric used by the refutation-reviewer agent and the Write-Review-Fix-Confirm (WRFC) workflow template. A defect list with severity, not a single pass/fail score. Load when reviewing a change or deciding whether a review's findings clear the bar to merge.
- ▌ Goodvibes Memory · mgd34msuDocuments the .goodvibes/memory/ cross-session memory files (decisions, patterns, failures, preferences): what's written automatically, what you should read and write, and the exact JSON shape of each file. Load at the start of a task to check prior context, and before finishing to record what you learned.
- ▌ Project Onboarding · mgd34msuStep-by-step approach to mapping an unfamiliar codebase's architecture using the goodvibes intel server's analyzers before making changes to it. Load when starting work in a codebase you haven't worked in before.
- ▌ Task Orchestration · mgd34msuDecomposing work into parallel subagent tasks using native Workflow/Task tooling and the Write-Review-Fix-Confirm (WRFC) template. No background daemon, no runtime engine. Load when planning how to split work across multiple agents.
- ▌ Service Integration · mgd34msuHow to reach authenticated APIs and project databases through the connect trust boundary. Register a service or connection, store credentials safely, then call api_request or db_query. Load when a task needs an authenticated HTTP call or a live database query (not a public URL; use native WebFetch for that).