spec-kitty.advise

Solid

Get governance context for an action and open an invocation record.

AI & Automation 1,281 stars 105 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# spec-kitty.advise Get governance context for an action and open an invocation record. This skill documents the `advise`, `ask`, `do`, `profiles list`, `invocations list`, and `profile-invocation complete` command surfaces. ## Usage ### Discover profiles ```bash spec-kitty profiles list --json ``` ### Get governance context (opens an invocation record) ```bash spec-kitty advise "implement WP03" --json spec-kitty ask pedro "review WP05" --json spec-kitty do "implement the payment module" --json ``` Response fields: | Field | Type | Description | |-------|------|-------------| | `invocation_id` | string (ULID) | Unique ID for this invocation record | | `profile_id` | string | Resolved profile identifier | | `action` | string | Normalised action string | | `governance_context_text` | string | Full governance context assembled from the project DRG | | `governance_context_hash` | string | SHA-256 hash of `governance_context_text` | | `governance_context_available` | boolean | `false` when charter has not been synthesised | | `router_confidence` | string or null | Routing confidence score (auto-routing only) | ### Governance context injection After calling `advise`, `ask`, or `do`, the response includes a `governance_context_text` field. **You must inject this text into your working context before executing the task.** Steps: 1. Read `governance_context_text` from the JSON response. 2. Add the text to the beginning of your task execution context. Treat it as binding gov...

Details

Author
Priivacy-ai
Repository
Priivacy-ai/spec-kitty
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ai-advise

Proactive governance advisor — checks standards, decisions, and quality trends during development. Always advisory, NEVER blocks. Three modes: `advise` (post-edit), `gate` (pre-dispatch), `drift` (on-demand decision audit). Trigger for 'governance check', 'advise on this change', 'check for drift', 'is this aligned with active decisions', 'shift-left advisory'. Not for blocking gates — use /ai-verify. Not for narrative code review — use /ai-review.

49 Updated today
arcasilesgroup
AI & Automation Solid

spec-kitty.charter

Interview and compile a project charter

1,281 Updated today
Priivacy-ai
AI & Automation Solid

spec-kitty-charter-doctrine

Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter", "sync charter", "use doctrine", "set up governance", "charter status", "extract governance config", "load doctrine", "agent profile", "DoctrineService", "action index". Does NOT handle: generic spec writing not tied to governance, direct runtime loop advancement, setup/repair diagnostics, or editorial glossary maintenance.

1,281 Updated today
Priivacy-ai
AI & Automation Solid

spec-kitty.review

Review a work package implementation

1,281 Updated today
Priivacy-ai
AI & Automation Solid

spec-kitty-glossary-context

Curate and apply canonical terminology across Spec Kitty missions. Triggers: "update the glossary", "use canonical terms", "check terminology", "add a term", "fix term drift", "glossary conflicts", "resolve ambiguity", "review terminology consistency". Does NOT handle: runtime loop advancement, setup or repair requests, agent configuration, or direct code implementation tasks.

1,281 Updated today
Priivacy-ai