# Deep Declare Tool

> Helps you run structured iteration loops for coding sessions.

- Skill: `gl0di/deep-declare-tool` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/deep-declare-tool`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/deep-declare-tool/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/deep-declare-tool

---


# Deep Declare Tool

## When to Use

Use this for iterative development loops that need a shared operations log.

## Loop Mechanics

Each iteration studies the plan, implements one change, and validates it before
moving on.

## Operational Notes

When patterns emerge during a session, update AGENTS.md with the new rules so the
next iteration picks them up automatically.

## Refresh

```python
from pathlib import Path

Path("AGENTS.md").write_text(discovered_patterns)
```

