Add policy-options skill - #43
Draft
beingkk wants to merge 1 commit into
Draft
Conversation
Introduces a Claude Code skill that reads a Policy Atlas project's findings via the postgres-local MCP and drafts a cited markdown of policy directions and interventions with source URLs. Outputs live in `.outputs/` (gitignored). MCP setup documented in `docs/agentic-ops/environment.md`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What / why
New Claude Code skill (
.claude/skills/policy-options/) that turns a Policy Atlas project's existing evidence base into a cited markdown of policy directions and interventions. Reads findings and sources via the localpostgres-localMCP (read-only by transaction), writes to.outputs/policy-options/(gitignored).Not part of the task-cycle spine — this is a developer-facing tool, not a product capability. Small documentation touch adds a "Claude Code MCP (optional)" setup section to
docs/agentic-ops/environment.md.Task: n/a (tooling)
Proof it works
make verify: not run — no production code changed.Risk tier
Tier 0 — docs + a markdown-only skill. No schema, deps, auth, egress, or public interface changes. Nothing touches the running product.
AI role
Agent drafted the skill, environment doc addition and PR. Human directed scope, style rules, output location and read-only stance.
Review focus
Skill accuracy, evidence discipline, doc placement.
Reviews run
/code-review(optional at Tier 0)Known gaps & deferred seams
Public safety
🤖 Generated with Claude Code