duc01226
- 157 skills
- 0 followers
- 1 week ago last updated
- ▌ Product Roadmap · duc01226 bundle[Planning] Use ONLY when the user explicitly requests a product roadmap, roadmap update, or milestone selection — outcome milestones, MVP scope, non-goals, risks, evidence gates.
- ▌ Experience Review · duc01226[Testing] Use when reviewing a running user experience or observable output (UI, API, CLI, service) — run it locally, drive it end to end like a user, gate on runtime/console logs and captured screens, set a baseline, or adjudicate a regression. Flag: --rounds=N (default 3; 0 = report-only).
- ▌ Understand · duc01226 bundle[Process] Use when a developer needs to understand code, plans, decisions, bugs, or concepts — behavior, rationale, trade-offs, testing.
- ▌ Scenario · duc01226 bundle[Planning] Use when enumerating adversarial scenarios, failure modes, data-integrity risks, state boundaries, access risks, or pre-plan edge cases.
- ▌ Markdown To DOCX · duc01226 bundle[Document Processing] Use when you need to convert markdown files to Microsoft Word ( DOCX) format with GFM support and math rendering.
- ▌ Strategy Builder · duc01226[Content] Use when you need to build marketing strategy: positioning, channels, messaging, campaigns, budget, KPIs.
- ▌ Workflow Feature · duc01226[Workflow] Use when activating the Feature Implementation workflow for implement a well-defined feature with investigation, planning, implementation, and review. Also covers TDD/test-first development and spec-driven feature implementation with test specs written before code.
- ▌ Integration Test · duc01226 bundle[Testing] Use when you need to generate or review integration tests.
- ▌ Branch Comparison · duc01226[Git] Use when the user asks to compare branches, analyze git diffs, review changes between branches, update specifications based on code changes, or analyze what changed.
- ▌ Debug Investigate · duc01226[Fix & Debug] Use when investigating a bug's root cause — reproduce the symptom, trace it end-to-start through the code, form and test hypotheses, and pinpoint the defect before any fix.
- ▌ Feature Implement · duc01226[Implementation] Use when you need to implement a feature [step by step].
- ▌ Graph Connect API · duc01226[Code Intelligence] Use when you need to detect frontend-to-backend API connections using the knowledge graph.
- ▌ Memory Management · duc01226[Utilities] Use when saving or recovering task progress across sessions via file checkpoints — especially before context compaction.
- ▌ Workflow Refactor · duc01226[Workflow] Use when activating the Code Refactoring workflow for restructure and improve existing code without changing behavior.
- ▌ Workflow Research · duc01226[Workflow] Use when activating the Research & Synthesis workflow — research a topic via web sources, then synthesize per --output={synthesis|business-eval|marketing|course} (knowledge report, business evaluation, marketing strategy, or course material).
- ▌ Excalidraw Diagram · duc01226 bundle[Utilities] Use when the user wants to visualize workflows, architectures, or concepts as Excalidraw diagram JSON files.
- ▌ Graph Blast Radius · duc01226[Code Intelligence] Use when you need to analyze the blast radius of current code changes using the structural knowledge graph.
- ▌ Workflow Spec Sync · duc01226[Workflow] Use when activating the Test Spec Update (Post-Change) workflow for update test specs and feature docs after code changes, bug fixes, or pr reviews.
- ▌ Workflow Visualize · duc01226[Workflow] Use when activating the Visual Diagram workflow for create visual excalidraw diagrams from codebase investigation or web research.
- ▌ Business Evaluation · duc01226[Content] Use when you need to evaluate business idea viability: Business Model Canvas, financial projections, risk matrix, go-to-market, execution plan.
- ▌ Changes Review Loop · duc01226[Code Quality] Use when you need to combine /changes-review + /fix in a recursive loop — each round runs /changes-review (report-only) to surface validated findings over a fixed diff scope, then /fix to resolve them, then loops again with a FRESH full /changes-review over the CHANGED diff until one complete pass produces zero validated findings (nothing left to fix).
- ▌ Knowledge Synthesis · duc01226[Research] Use when you need to synthesize research findings into structured report using template.
- ▌ Quality Gate Review · duc01226[Project Management] Use when you need to enforce quality gates, verify compliance with standards, track quality metrics, and generate audit trails.
- ▌ Sequential Thinking · duc01226 bundle[AI & Tools] Use when you need to apply structured, reflective problem-solving for complex tasks requiring multi-step analysis, revision capability, and hypothesis verification.
- ▌ Tech Stack Research · duc01226[Architecture] Use when you need to research, analyze, and compare tech stack options as a solution architect.
- ▌ Context Optimization · duc01226[Utilities] Use when managing context window usage, compressing long sessions, or optimizing token usage.
- ▌ Feature Presentation · duc01226 bundle[Documentation] Use when you need to synthesize all generated specs, PBIs, ideas and mockups into one standalone HTML slide presentation for stakeholders (PO/BA/Dev/QC).
- ▌ Git Conflict Resolve · duc01226[Git] Use when you need to resolve git merge/cherry-pick/rebase conflicts with backup, analysis, and reporting.
- ▌ Scan Codebase Health · duc01226[Documentation] Use when you need to detect codebase health issues: unused exports, doc count-drift, orphan files, stale config references.
- ▌ Workflow Big Feature · duc01226[Workflow] Use when activating the Big Feature workflow for large or ambiguous research-driven feature work.
- ▌ Workflow Idea To Pbi · duc01226[Workflow] Use when activating the Idea to PBI workflow for turning an idea — or a raw product vision/problem — into prioritized PBIs and stories (single-PBI deep mode, or multi-opportunity discovery mode).
- ▌ Workflow Spec To Pbi · duc01226[Workflow] Use when activating the Spec to PBI Backlog workflow to convert canonical tech-free Feature Specs into complete, prioritized, dependency-aware PBIs and stories.
- ▌ Markdown Novel Viewer · duc01226 bundle[Content] Use when you need background HTTP server rendering markdown files with calm, book-like reading experience.
- ▌ Web Design Guidelines · duc01226 bundle[Code Quality] Use when reviewing UI code for accessibility, responsiveness, performance, and UX best practices.
- ▌ Workflow Code To Spec · duc01226[Workflow] Use when activating code-to-spec development — author/maintain the single canonical Feature Spec FROM existing code, keeping spec, implementation, and tests synchronized. For idea→spec (no code yet) use workflow-idea-to-spec.
- ▌ Workflow Feature Spec · duc01226[Workflow] Use when activating the Business Feature Documentation workflow for 8-section tech-free feature docs.
- ▌ Workflow Idea To Spec · duc01226[Workflow] Use when activating the Idea-to-Spec workflow — turn a raw idea/vision/problem into ONE canonical (provisional) Feature Spec. STOPS at the reviewed spec; chain workflow-spec-to-pbi for a backlog. For code→spec use workflow-code-to-spec.
- ▌ Project Skill Protocol · duc01226 bundle[Utilities] Use when a project needs to add, change, list, or remove its OWN protocol rules layered on top of a framework skill — a named overlay of extra project rules that applies whenever the targeted skill runs, stored with the project rather than in the portable framework. `/project-skill-protocol list` prints every overlay with its target and description; `add` drafts a new overlay and confirms it before writing; `update` applies a surgical change; `delete` removes it. Overlays are ADDITIVE ONLY — they never replace, override, or waive anything the skill already does. Triggers: skill protocol, project protocol, custom protocol for skill, extend a skill, overlay rules, add rules to a skill, project rules for skills, skill protocol overlay.
- ▌ Integration Test Verify · duc01226[Testing] Use when you need to verify integration tests pass after writing and reviewing them.
- ▌ Workflow Seed Test Data · duc01226[Workflow] Use when activating the Seed Test Data workflow for idempotent QC happy-path seeders.
- ▌ Workflow Review Changes · duc01226 bundle[Workflow] Use when activating the Review Current Changes workflow for review, fix, and re-review recursively until all issues resolved.
- ▌ Workflow Greenfield Init · duc01226[Workflow] Use when activating the Greenfield Project Init workflow for full waterfall project inception from idea through implementation with integration testing.
- ▌ Architecture Review Full · duc01226 bundle[Architecture] Use when auditing the ENTIRE project architecture and production readiness in one pass — bundles architecture-review + architecture-scalability-review + production-readiness-review at project or diff scope, then synthesizes one consolidated Architecture Health Report.
- ▌
- ▌ Git Developer Performance · duc01226 bundle[Git] Use when generating developer KPI, performance, contribution value, story point, man-day, or code-quality reports from local git commit history.
- ▌ Workflow Architecture Audit · duc01226[Workflow] Use when activating the Architecture Audit workflow to review the whole project's architecture, run an architecture health check, or check production readiness/scalability in one pass — read-only, produces one consolidated Architecture Health Report.
- ▌ Sync Skills Shared Protocols · duc01226[Skill Management] Use when shared protocol checklists change and need propagation across skills.
- ▌ Workflow Review Changes Loop · duc01226[Workflow] Use when you need to run /workflow-review-changes repeatedly in an outer convergence loop until a complete whole-workflow run applies zero fixes — recursive re-review of a fixed scope (branch-diff + current changes) until a clean no-op pass.
- ▌ Integration Test Verify Loop · duc01226[Testing] Use when you need to drive an integration-test suite to fully green — each round runs /integration-test-verify (whole system by default, or the target named in the prompt), and on ANY failure combines /debug-investigate + /integration-test-review (report-only) to adjudicate the fault (test wrong · test not optimal · source wrong), then /fix to resolve it at the owning layer, then /changes-review on that round's fix diff, then re-runs a FRESH full verify — looping until the whole suite passes its 2-consecutive-green-runs gate with zero failures.
- ▌ Architecture Scalability Review · duc01226 bundle[Architecture] Use when grading project architecture and scalability quality for greenfield init or brownfield audit: build/CI scalability, distributed-monolith risk, module isolation, dependency discipline, loose coupling, horizontal scaling, DRY, abstraction, clean architecture, observability, and delivery.
- ▌ Workflow Integration Test Green · duc01226[Workflow] Use when activating the Integration Test Green workflow — drive an integration-test suite to fully green with a bounded convergence loop: verify the whole system (or the named target), adjudicate every failure with /debug-investigate + /integration-test-review before any edit, fix at the owning layer, /changes-review each round's fix diff, re-verify from scratch, then sync spec TCs, the integration-test reference doc, and feature docs.
- ▌ Workflow Write Integration Test · duc01226[Workflow] Use when activating the Write Integration Tests workflow for spec-first integration test authoring. Also covers converting existing test specs into integration test code and verifying integration test stability (repeat-run verification).
- ▌ UI UX Pro Max · duc01226 bundle[Frontend] Use when designing beautiful or aesthetic interfaces with curated UI styles, palettes, fonts, charts, and stacks.
- ▌ Claude Md Init · duc01226 bundle[Documentation] Use when you need initialize, update, or refactor CLAUDE markdown from project-config JSON and codebase scan results.
- ▌ Course Builder · duc01226[Content] Use when you need to build structured learning/teaching course material with Bloom taxonomy objectives, modules, lessons, exercises, and assessments.
- ▌ Project Config · duc01226[Utilities] Use when you need to scan workspace and update docs/project-config JSON to match current project structure.
- ▌ Prompt Enhance · duc01226[Skill Management] Use when enhancing, compressing, or expanding prompts, docs, or skills with attention anchoring [INTELLIGENT ROUTING]. Flag: --op={compress|expand|enhance} (default enhance); --op=compress strips token bloat, --op=expand reconstructs compressed text.
- ▌ Seed Test Data · duc01226[Dev Data] Use when you need to implement or enhance test data seeders that simulate QC happy-path scenarios via application-layer commands. Flag: --mode=review reviews a target seeder (or the current changes / current work-context result) against every universal seed-data rule AND the project-specific seeder conventions — read-only, evidence-backed PASS/FAIL.
- ▌ Spec Discovery · duc01226[Investigation] Use when about to author a new Feature Spec from an idea — investigate all existing Feature Specs AND related code logic first to surface related/overlapping/affected specs, missing features, missing test cases/user stories, system unknowns, and the invariant landscape, before any spec is drafted.
- ▌ Start Workflow · duc01226[Skill Management] Use when starting a detected workflow, initializing workflow state, or activating a workflow sequence.
- ▌ Webapp Testing · duc01226 bundle[Testing] Use when you need individual page/component testing with Python Playwright scripts.
- ▌ Code Simplifier · duc01226[Code Quality] Use when you need to simplify and refine code for clarity, consistency, and maintainability while preserving all functionality.
- ▌ Domain Analysis · duc01226[Architecture] Use when you need to analyze business domain: bounded contexts, aggregates, entities, ERD, domain events, and cross-context integration.
- ▌ Estimate Actual · duc01226[Planning] Use when calibrating estimates from actual code, diff, PR scope, and developer time.
- ▌ Markdown To PDF · duc01226 bundle[Document Processing] Use when you need to convert markdown files to PDF with syntax highlighting and custom CSS support.
- ▌ Market Analysis · duc01226[Research] Use when you need to analyze market landscape: competitors, sizing (TAM/SAM/SOM), trends, SWOT, customer segments.
- ▌ Package Upgrade · duc01226[Code Quality] Use when the user asks to analyze package upgrades, check for outdated dependencies, plan npm/NuGet updates, or assess breaking changes in package updates.
- ▌ PDF To Markdown · duc01226 bundle[Document Processing] Use when you need to convert PDF files to Markdown with support for native text PDFs and scanned documents (OCR).
- ▌ Problem Solving · duc01226 bundle[Utilities] Use when applying structured problem-solving frameworks to complex, blocked, recurring, or uncertain decisions.
- ▌ Project Manager · duc01226 bundle[Project Management] Use when you need to generate project status reports, track dependencies, manage risk registers, and facilitate team sync meetings.
- ▌ Why Review Loop · duc01226[Code Quality] Use when you need to combine /why-review + /fix in a recursive loop — each round runs /why-review to find validated findings then /fix to resolve them, then loops again over the CHANGED target until a fresh full /why-review produces zero findings (nothing left to fix).
- ▌ Workflow Bugfix · duc01226[Workflow] Use when activating the Bug Fix workflow for systematic debugging with root cause investigation, fix, and verification.
- ▌ Security Review · duc01226 bundle[Code Quality] Use when you need to perform a security review or audit on any scope — application code (OWASP Top 10 2025), secrets exposure, dependency/supply-chain malware, third-party repository vetting before install, infrastructure/config, CI/CD pipeline, AI-agent risks, and host/VPS compromise detection.
- ▌ Business Analyst · duc01226[Project Management] Use when creating user stories, writing acceptance criteria, analyzing requirements, or mapping business processes.
- ▌ DOCX To Markdown · duc01226 bundle[Document Processing] Use when you need to convert Microsoft Word ( DOCX) files to Markdown with GFM support (tables, images, code blocks).
- ▌ Knowledge Review · duc01226 bundle[Research] Use when you need to review knowledge artifacts for completeness, citation quality, confidence accuracy, and template compliance.
- ▌
- ▌
- ▌ Compact · duc01226[Utilities] Use when you need to compress context to optimize token usage (user-facing alias for context-optimization Strategy #3 Compress).
- ▌
- ▌ Dual AI · duc01226 bundle[User-Invoked] Use ONLY when the user explicitly types /dual-ai or /dual-ai <workflow-id> — fans out one prompt, or one workflow invocation per tool, to two fresh parallel AI sessions (Claude Code + Codex CLI), both pre-set to xhigh reasoning effort and full-permission mode before the prompt executes. NEVER auto-activate.
- ▌ Journal · duc01226[Utilities] Use when recording an engineering journal entry — capture decisions, blockers, lessons, or progress notes during work.
- ▌ Recover · duc01226[Utilities] Use when you need to restore workflow context from checkpoint after session loss.
- ▌ Test UI · duc01226[Testing] Use when you need full-site QA audit (accessibility, performance, security, SEO) with visual reports.
- ▌ Threejs · duc01226 bundle[General] Use when building 3D web apps with ThreeJS and related WebGL or WebGPU examples.
- ▌ Dor Gate · duc01226[Code Quality] Use when you need to validate a PBI against Definition of Ready before grooming.
- ▌ E2e Test · duc01226[Testing] Use when generating, updating, or maintaining E2E tests from recordings, specs, or code changes.
- ▌ Remotion · duc01226 bundle[User-Invoked] Use when you need create, update, or preview Remotion videos.
- ▌ Research · duc01226[Planning] Use when you need to research, analyze, and plan technical solutions that are scalable, secure, and maintainable.
- ▌ Scaffold · duc01226[Architecture] Use when scaffolding reusable OOP/SOLID project foundations before feature implementation.
- ▌ Scan All · duc01226[Documentation] Use when you need orchestrate all reference doc scans in parallel.
- ▌ Worktree · duc01226[Git] Use when you need to create isolated git worktree for parallel development.
- ▌ Changelog · duc01226 bundle[Documentation] Use when you need to generate or update changelog entries.
- ▌ Docs Init · duc01226[Documentation] Use when you need to initialize project reference docs via hook + scan skills.
- ▌
- ▌ Prove Fix · duc01226[Code Quality] Use when you need to prove fix correctness with adversarial code proof traces — a skeptic tries to DISPROVE the fix and trace all related paths first, with confidence scoring and stack-trace-style evidence chains, so confidence is earned by surviving attack, not by confirming it works.
- ▌ Tech Spec · duc01226 bundle[Documentation] Use when (re)generating the DERIVED technical spec view over code + tests, or reporting canonical §8 TC/test-code drift. A GENERATOR — it projects code + tests into a regenerable per-component view and NEVER authors business content. Modes generate|audit|sync. Per-mode procedure lives in references/{author,sync}.md.
- ▌ Brainstorm · duc01226[Content] Use when you need to brainstorm as a PO/BA — structured ideation for problem-solving, new product creation, or feature enhancement.
- ▌ Checkpoint · duc01226[Utilities] Use when you need to save analysis context to a checkpoint file for recovery (user-facing alias for memory-management Part 1 CHECKPOINT_CREATE).
- ▌