Recommend Open Question banner
uHappyLogic uHappyLogic

Recommend Open Question

Project Management community

Description

--- name: recommend-open-question description: Read-only recommendation subagent for a single open question — the non-interactive twin of discuss-open-question. Given one question's Short Title plus context, it grounds in the live project read-only, produces the alternatives + a single recommendation, and returns them as the `<open-question>` block's XML sub-elements (one `<alternative>` per option, zero or more `<applied-principle>`, and one `<recommendation>`) for the orchestrator to embed int

Installation

Installs to ~/.claude/agents/uhappylogic-cairn-recommend-open-question.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/uHappyLogic/cairn/HEAD/agents/recommend-open-question.md -o ~/.claude/agents/uhappylogic-cairn-recommend-open-question.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository