Skip to main content

xoai/sage

SkillsMP hat 76 Skills aus xoai/sage gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
76
GitHub-Stars
26
GitHub-Forks
7

Es werden 40 von 76 gesammelten Skills angezeigt.

Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

When --quality-locked is active, loop review/revise at each Quality Gate until findings reach a clean bar (no Critical, no Major, only cosmetic Minor) or the iteration cap (10) is reached. Uses a deterministic Python checker for classification and decision…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use after implementation passes the quality gates, when a change needs an independent pass over the code before it ships, or when the user asks to "QA this", "check the implementation", or "verify it matches the spec". Applies to Standard and Comprehensive…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Configure Sage preset and project settings. Switch between base, startup, enterprise, or opensource constitution presets. Use when the user says "configure sage", "change preset", or "sage settings".

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Captures and recalls durable context for AI agents — architecture decisions, user preferences, debugging insights, conventions, anything worth remembering across sessions. Teaches the agent when to remember (store findings during work), when to recall (search…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Typed knowledge graph for any AI agent that needs structure — entity relationships, dependency chains, code-symbol graphs (with 0.11+ scan-codebase), task/project links, supersession chains. Use when creating or querying structured entities (Person, Project,…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Detects mistakes, stores prevention rules, promotes them across scope — the 'experience' layer for any AI agent that recurringly hits the same bugs, miscommunications, or wrong-tool choices across sessions. Use when: (1) a command or operation fails…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use when the user picks [A] Review at a spec/plan/ADR/root-cause/fix-plan checkpoint, or asks for an independent review before implementation begins. Applies to Standard and Comprehensive scopes with the Task tool available; Lightweight tasks skip.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Use as the code-quality gate after spec-compliance and constitution checks pass, or when the user says "review my code", "quality check", "security review", or "is this code good". Runs as an independent sub-agent when the Task tool is available.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Adversarial review verifying implementation matches its specification — checks completeness (nothing missing) and precision (nothing extra). Distrusts the implementer's self-report. Use after implementation, or when the user says "check against spec", "does…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Drives task-by-task execution from an approved plan with quality gates between each task. Reads the plan, finds the next incomplete task, dispatches implementation, validates, updates progress, and continues. Use after a plan is approved and the user says…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Parses workflow flags (--quality-locked, --autonomous, --subagents) from $ARGUMENTS at the start of /build and /architect commands. Uses a deterministic python3 runtime with a prose-rule fallback if python3 is unavailable. Returns a strict JSON contract that…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Creates implementation plans from specifications by breaking work into small tasks (2-5 min each) with exact file paths, tests, and dependency ordering. Use after a spec is approved and before implementation begins, or when the user says "create a plan",…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Session resumption with context

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Socratic questioner — helps clarify the real problem before jumping to solutions. Invoke via delegate_task.

Quellsprache: Englisch

Aktualisiert
Beruf
Computersystemanalytiker
Beschreibung

Systems thinker — sees boundaries, trade-offs, and second-order consequences. Invoke via delegate_task.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Optimized codebase on dedicated branch, Iteration log

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Brief (medium+ tasks), Spec, Implementation plan

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Routes free-input requests to the right Sage workflow phase when keyword routing doesn't match. Invoke via delegate_task.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Session resumption with context

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Methodical investigator — follows evidence, resists guessing, finds root causes. Invoke via delegate_task.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Pragmatic implementation persona — values working software, simplicity, and TDD. Invoke via delegate_task.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Root cause diagnosis with evidence, Reproducing test, Minimal patch

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Knowledge entries in sage-memory, Docs in .sage/docs/

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Cycle review, Learnings with prevention rules, Next-cycle seeds

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Review report with strengths, issues, risks, verdict

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Independent READ-ONLY reviewer for Sage artifacts (spec, plan, ADR, root cause, fix plan, QA). Invoke via delegate_task.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Routes to the right workflow based on intent and scope

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Monitors implementation scope and prevents drift beyond the plan. Detects unrequested refactors, gold-plating, and "while I'm here" additions. Use when implementing tasks from a plan, writing code for a feature, or when the agent starts modifying files not…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Enforces test-driven development: write failing test, write minimal code to pass, refactor. Mandatory for all implementation work. Use when writing any production code, implementing features, fixing bugs, refactoring, or when the user says "write code",…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Preserves and restores context across agent sessions using plan file checkboxes as source of truth. Use when starting a new session, resuming previous work, ending a session, or when the user says "continue from last time", "what was I doing", or "save…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Architecture Decision Records, System spec, Milestone plan

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Brief (medium+ tasks), Spec, Implementation plan

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Root cause diagnosis with evidence, Reproducing test, Minimal patch

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Presenting work for approval and formatting the response footer. Use when reaching an approval gate, showing a spec, plan, brief, or finished deliverable, offering the user choices, or when unsure which zone footer a response should end with.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

The project's engineering principles and non-negotiable process rules. Use when asking whether something is allowed, what the project's principles or conventions are, why a rule exists, or when a decision seems to conflict with the constitution.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Recording decisions in the right log. Use when a decision needs to be written down, when the user asks why something was decided, when writing an ADR or a decision entry, or when unsure whether something belongs in the initiative's log or the global one.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Sage's quality gates and the file checks each workflow must pass. Use when an edit was blocked, when asking why a hook stopped you, when a gate fails or reports UNVERIFIABLE, before claiming work is done, or when you need the spec/plan preconditions for…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Choosing which Sage workflow fits a request. Use when the user asks what to run, which command or workflow to use, where to start, or when a request is ambiguous or spans multiple surfaces and needs to be routed to build, fix, architect, review, learn,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Sizing a task before doing it. Use when the user asks which tier a task is, how big or small a change is, whether something needs a spec or a plan, whether to just do it or slow down, or when deciding how much process a piece of work deserves.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Sage's persistent memory. Use when the user says remember this, store this, don't forget, note for next time, what do we know about X, have we seen this before — and whenever the user corrects you, an approach fails repeatedly, or you discover a non-obvious…

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 76 gesammelten Skills angezeigt.