.Agent

.Agent from MatrixFounder/Agentic-development.

by @matrixfounder 45 skills

Skills in this plugin

45
  1. Light Mode · matrixfounder
    Guidelines for fast-tracking trivial tasks (typos, UI tweaks, simple bugfixes).
    1 install
  2. Tdd Strict · matrixfounder bundle
    Use when high-assurance reliability is required (Bug fixes, Critical Features, Quality Hardening).
    1 install
  3. Run Feedback · matrixfounder bundle
    Use when a run of a workflow, skill, command, or test produced errors or friction worth keeping, or when executing the end-of-run Retro Global Protocol — collect findings into the feedback inbox, triage them (defect / work-item / noise), and file defects into the known-issues ledger or work-items into the backlog. NOT for fixing already-filed issues (/heal-issues). Triggers: "собери фидбек по прогону", "file run errors", "retro this run", "/run-feedback".
    1 install
  4. Brainstorming · matrixfounder bundle
    Use when brainstorming ideas, exploring solutions, generating options, clarifying requirements, designing architecture, or answering open-ended "how should we" and "what are the options" questions — even without the word "brainstorm".
    1 install
  5. Hooks Creator · matrixfounder bundle
    Use when the user wants to customize Gemini CLI behavior using hooks (events, blockers, loggers).
    1 install
  6. Skill Creator · matrixfounder bundle
    Use when creating new Agent Skills, upgrading existing skills, running evals to test a skill, benchmarking skill performance, or optimizing a skill's description for better triggering accuracy. Guidelines for Gold Standard skill structures.
    1 install
  7. Vdd Sarcastic · matrixfounder bundle
    Use when performing VDD adversarial review with an opt-in sarcastic, provocative delivery style — a stylistic skin over vdd-adversarial mechanics (exhaustive reporting + objective bar).
    1 install
  8. Security Audit · matrixfounder bundle
    Use when performing security vulnerability assessment (OWASP, secrets, dependencies, IaC, LLM, API, MCP/agentic) or when "thinking like a hacker" to find exploits.
    1 install
  9. Skill Enhancer · matrixfounder bundle
    Use when you need to audit, fix, or improve an existing agent skill to meet Gold Standard compliance.
    1 install
  10. Tdd Stub First · matrixfounder
    Test-Driven Development with Stub-First approach.
    1 install
  11. Core Principles · matrixfounder
    Fundamental principles of agentic development: atomicity, traceability, stub-first, minimizing hallucinations.
    1 install
  12. Vdd Adversarial · matrixfounder bundle
    Use when performing Verification-Driven Development with adversarial approach. Actively challenge assumptions and find weak spots.
    1 install
  13. Skill Task Model · matrixfounder bundle
    Standards for Technical Specifications (TASK) and Use Cases.
    1 install
  14. Skill Archive Task · matrixfounder
    Complete protocol for archiving TASK.md and PLAN.md (lockstep) with ID generation. Single source of truth for archiving.
    1 install
  15. Architecture Design · matrixfounder bundle
    Guidelines for designing scalable and modular system architecture.
    2 installs
  16. Artifact Formalizer · matrixfounder bundle
    Use BEFORE authoring a specification (TASK, ARCHITECTURE, PLAN, task files, issue records), a CHANGELOG entry or release notes, and AFTER to audit one that reads as an essay: long sentences, evaluative words, maxims, personification, metaphors, reasoning inside requirements, emoji as severity. Self-probing scanner; never changes the document's language. Triggers: «формализуй задачу», «проверь регистр», «напиши CHANGELOG», "formalize this spec", "reads like an essay", "write the spec", "release notes".
    1 install
  17. Artifact Management · matrixfounder
    Rules for managing local .AGENTS.md and global artifacts (TASK.md, PLAN.md, ARCHITECTURE.md, KNOWN_ISSUES.md, BACKLOG.md).
    1 install
  18. Known Issues Format · matrixfounder bundle
    Use when creating, formatting, or adding an entry to a project's thin-index ledger — `docs/KNOWN_ISSUES.md` + `docs/issues/` for defects, or `docs/BACKLOG.md` + `docs/backlog/` for work-items — or seeding either in a new project: shared index-over-records mechanics, per-registry frontmatter schema, prefix→category table, status/severity/effort vocab, index-line format, record-file recipe.
    1 install
  19. Skill Phase Context · matrixfounder
    Skill loading tiers: TIER 0 (always), TIER 1 (phase-triggered), TIER 2 (extended). Defines when to load which skills.
    1 install
  20. Skill Safe Commands · matrixfounder
    Centralized list of commands safe for auto-execution without user approval. Single source of truth.
    1 install
  21. Skill Session State · matrixfounder bundle
    Persist and restore agent session context (Mode, Task, Summary) to survive resets.
    1 install
  22. Skill Update Memory · matrixfounder bundle
    Auto-update .AGENTS.md files based on code changes.
    1 install
  23. Developer Guidelines · matrixfounder bundle
    Guidelines for the Developer role: strict adherence, no unsolicited refactoring, documentation, security.
    1 install
  24. Skill Spec Validator · matrixfounder bundle
    Validates conformance between TASK.md (RTM) and PLAN.md (Atomic Checklists).
    1 install
  25. Code Review Checklist · matrixfounder
    Structured checklist for code review: bugs, style, performance, security, docs.
    1 install
  26. Plan Review Checklist · matrixfounder
    Detailed checklist for verifying Development Plans.
    1 install
  27. Requirements Analysis · matrixfounder bundle
    Use when gathering and refining requirements into a structured TASK.
    1 install
  28. Skill Planning Format · matrixfounder bundle
    Standards for Development Plans (PLAN.md) and Detailed Task Descriptions (TASK.md).
    1 install
  29. Skill Product Handoff · matrixfounder bundle
    Guidelines for managing the Product-to-Technical handoff, including Quality Gates and BRD Compilation.
    1 install
  30. Task Review Checklist · matrixfounder
    Detailed checklist for verifying Technical Specifications (TASK).
    1 install
  31. Planning Decision Tree · matrixfounder
    Decision tree for breaking down tasks and prioritizing work.
    1 install
  32. Skill Product Analysis · matrixfounder bundle
    Guidelines for creating and refining Product Vision and Strategy.
    1 install
  33. Testing Best Practices · matrixfounder bundle
    Guidelines for implementing effective and maintainable tests.
    1 install
  34. Documentation Standards · matrixfounder bundle
    Standards for code documentation, comments, and artifact updates.
    1 install
  35. Architecture Format Core · matrixfounder
    Core structure for Architecture documents. For full templates with examples, load architecture-format-extended.
    1 install
  36. Skill Reverse Engineering · matrixfounder bundle
    Regenerate architecture documentation from codebase analysis.
    1 install
  37. Skill Adversarial Security · matrixfounder bundle
    Use when performing OWASP security critique in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
    1 install
  38. Skill Orchestrator Patterns · matrixfounder
    Stage Cycle pattern and dispatch table for Orchestrator compression. Defines common Init→Review→Revision flow.
    1 install
  39. Skill Parallel Orchestration · matrixfounder bundle
    Use when decomposing tasks into parallel sub-tasks or spawning sub-agents. Vendor-agnostic core; load a per-vendor reference for concrete tool names, directory conventions, and invocation syntax.
    1 install
  40. Architecture Review Checklist · matrixfounder
    Detailed checklist for verifying System Architecture and Data Models.
    1 install
  41. Skill Adversarial Performance · matrixfounder
    Performance critic in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
    1 install
  42. Skill Product Solution Blueprint · matrixfounder bundle
    Guidelines for creating Solution Blueprints (UX Flows, ROI, Risk Registers) for BRD preparation.
    1 install
  43. Skill Product Strategic Analysis · matrixfounder bundle
    Guidelines for conducting Market Research (TAM/SAM/SOM) and Competitive Analysis.
    1 install
  44. Skill Self Improvement Verificator · matrixfounder bundle
    Meta-skill for verifying Framework Upgrades (Gemini Self-Improvement).
    1 install
  45. Skill Product Backlog Prioritization · matrixfounder bundle
    Guidelines for managing and prioritizing the Product Backlog using WSJF.
    1 install