# Discussing

> Create a Crabshell D discussion document from Codex. Use for design discussion, decisions, and intent anchors.

- Skill: `zipperbagcoffee/discussing-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zipperbagcoffee/discussing-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zipperbagcoffee/discussing-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ZipperBagCoffee (https://skillmd.com/u/zipperbagcoffee)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/zipperbagcoffee/discussing-2

---


# Discussing

Resolve `{SKILL_DIR}` to the directory containing this `SKILL.md` and
`{PROJECT_ROOT}` to the absolute active project root. Run the bundled script
by its absolute path with that project as the explicit target:

```bash
node "{SKILL_DIR}/scripts/codex-docs.js" discussion "topic" --intent="..." --context="..." --project-dir="{PROJECT_ROOT}"
```

Use D documents to capture intent, open questions, tradeoffs, and conclusions before plans or tickets.

