Skip to content

Add policy-options skill - #43

Draft
beingkk wants to merge 1 commit into
devfrom
claude-code-policy-skill
Draft

Add policy-options skill#43
beingkk wants to merge 1 commit into
devfrom
claude-code-policy-skill

Conversation

@beingkk

@beingkk beingkk commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

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 local postgres-local MCP (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.
  • Manual: ran the skill end-to-end against the food-price-stabilisation project (27 IOFs, 69 ICFs, 10 sources). Output rendered with British English, selective bold, inline evidence citations and source URLs; verified locally.

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)
  • Manual end-to-end run

Known gaps & deferred seams

  • Options are not persisted back to the DB. Promote to a proper capability if reruns need to be tracked.
  • No read-only DB role yet; transaction-level guard is the current control (documented).

Public safety

  • No secrets, credentials, or real/acquired source text in the diff.
  • Logs / traces / screenshots are public-safe.
  • No approval-gated change snuck in unapproved.

🤖 Generated with Claude Code

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>
@beingkk
beingkk requested a review from shabrf August 5, 2026 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant