methodology-process
| rank | capability | source |
|---|---|---|
| #1 | quarantine Michael Polanyi 的思维框架。基于7本核心著作深度调研,提炼6个心智模型、8条决策启发式。 用途:知识传承顾问,用 Polanyi 视角分析隐性知识传递、技能习得、科学哲学问题。 触发词:「用 Polanyi 的视角」「Polanyi 会怎么看」「隐性知识」「tacit knowledge」 「帮我用 Polanyi 的角度想想」「为什么说不清楚」「怎么传承经验」「知识管理」「师徒制」 | 0xenzyme/polanyi-skill |
| #2 | quarantine Interactive workflow for auditing a SpecRoute artifact before it is treated as implementation-ready. Use when checking a PRD, spec triplet, prompt set, agent file, skill, command, hook, rule, or runtime layout. Asks which artifact path to inspect and which contract to apply.… | Enovatr-Labs/SpecRoute |
| #3 | quarantine Execute implementation tasks with different approaches (single, dual-agent, plan-based). | Yuvasee/samocode |
| #4 | quarantine Deep-dive investigation with documentation output. | Yuvasee/samocode |
| #5 | quarantine Create implementation plans with phase management. | Yuvasee/samocode |
| #6 | quarantine Code quality analysis through cleanup analysis and multi-perspective reviews. | Yuvasee/samocode |
| #7 | quarantine Interactive task definition with Q&A and documentation. | Yuvasee/samocode |
| #8 | quarantine Evaluate current session for skill-worthy workflows and create reusable skills. Triggers on: auto-skill, create skill from session, save workflow, capture this as a skill. | 0xDarkMatter/claude-mods |
| #9 | quarantine Detects stale project plans and suggests session commands. Triggers on: sync plan, update plan, check status, plan is stale, track progress, project planning. | 0xDarkMatter/claude-mods |
| #10 | quarantine Verify React component purity - components only render UI, all logic belongs in hooks. Use for: property drilling, logic in JSX, useEffect in component, domain useState in component, GUI and business logic separation. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #11 | quarantine Finalize guard for review, verification, anchoring, and metrics, including RAG/skills change branch. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #12 | quarantine Bootstrap skill for graph initialization and refresh. Use when a repository has no graph yet, has stale graph artifacts, or needs an initial build after project paths were discovered. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #13 | quarantine Interactive bootstrap skill for building a project-specific grooming roster. Use when you need to define which experts, reviewers, and domain specialists should participate in planning and validation for this repository. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #14 | quarantine Auto-trigger grooming based on complexity and risk signals, with strict micro-change skip criteria. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #15 | quarantine Core orchestrator rules for skill-first routing, performance, and workflow continuity. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #16 | quarantine Runner-first for PowerShell: every instruction is executed via .github/agents/invoke-isolated-powershell.ps1 (Mode detached by default), with try/catch/finally contract and auditable result. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #17 | quarantine Rules for writing reliable PowerShell with Set-StrictMode -Version Latest: mandatory @(), avoiding .Count on unknown type, safe null comparisons, variable interpolation, type conversion. Generate scripts adapted to current machine - detect Pester version, PSVersion, and… | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #18 | quarantine Interactive bootstrap skill for preflight profiles. Use when you need to decide which preflight checks exist for a repository, which stacks they apply to, and what must block finalize or publish. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #19 | quarantine Interactive bootstrap skill for project-specific standards. Use when you need to capture coding standards, architecture rules, testing policy, language conventions, and repository-specific decisions with the user in the loop. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #20 | quarantine Practical anti-hallucination workflow for RAG: deterministic vs retrieval, query_type/workflow_phase routing, top-k/scoring, grounding/freshness/waste validation, and trends. Use for: decision answers, status/debug, and reducing retrieval hallucinations. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #21 | quarantine --- name: rag-domain-integrity-gate description: "Fail-fast gate and domain integrity repair in the RAG graph. Use for: path-like domain, domain noise, selective refresh safety, workflow-knowledge normalization." argument-hint: "Provide symptoms (e.g. domain_path_like>0),… | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #22 | quarantine React performance optimization - memoization, list virtualization, lazy loading, bundle size. Use for: slow render, list with thousands of elements, excessive re-renders, useMemo, useCallback, React.memo, lazy, Suspense. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #23 | quarantine Read-only exception for single-command or single-script flows with strict no-write constraints. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #24 | quarantine Split code into smaller units and refactor while preserving DRY/KISS/SOLID. Use for: god file, large classes/components, too many responsibilities, too many constructor dependencies, domain split. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |
| #25 | quarantine Control context budget and file-reading discipline. Use for: token reduction and scope minimization. | ArkadiuszSieracki/mastermind-agentic-sdlc-vscode-copilot |