# Resource Grounded Coding

> Ground implementation decisions in recorded ClimbHill resources and cited prior work. Use when code changes should trace back to research, guidance, postmortems, or experiment evidence.

- Skill: `closedloop-technologies/resource-grounded-coding` (Agent Skill)
- Install (CLI): `npx skillmds@latest add closedloop-technologies/resource-grounded-coding`
- Raw SKILL.md: https://api.skillmd.com/api/skills/closedloop-technologies/resource-grounded-coding/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: closedloop-technologies (https://skillmd.com/u/closedloop-technologies)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/closedloop-technologies/resource-grounded-coding

---


# Resource-Grounded Coding

Use this skill to ground code changes in `resources/` entries and cited prior work.

## Inputs

- Improvement goal
- Search query or known resource paths
- Active policy
- Target files

## Procedure

1. Search `resources/` for relevant prior art, user guidance, postmortems, and experiment summaries.
2. Prefer resources with explicit source, trust level, and reason for inclusion.
3. Summarize the resources that affect the planned edit.
4. If a useful source is missing, add it through the resource ingestion workflow before relying on it.
5. Implement changes that are traceable to the selected resources.
6. Record resource paths in the attempt summary or report.

## Outputs

- Resource list
- Trust notes
- Implementation plan
- Attempt summary with resource references

## Rubric

- Important claims are grounded in recorded resources.
- Untrusted resources are treated cautiously.
- New resources include source, summary, tags, trust level, and reason added.
- The attempt report explains how resources influenced the change.

