From leandrocfe-skills
Breaks down a loose idea into a sequenced map of investigation tickets (research, prototype, grilling) and drives them to resolution one session at a time.
How this skill is triggered — by the user, by Claude, or both
Slash command
/leandrocfe-skills:decision-mappingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is invoked when a loose idea requires more than one agent session to turn into a plan. It creates a stateful decision map in a markdown file, and drives the user through a sequence of tickets to resolve the open questions - which may require either prototyping, research or discussion.
This skill is invoked when a loose idea requires more than one agent session to turn into a plan. It creates a stateful decision map in a markdown file, and drives the user through a sequence of tickets to resolve the open questions - which may require either prototyping, research or discussion.
The decision map is a single compact Markdown file, one per planning effort, git-tracked alongside the project. It is the canonical artifact — the whole map is loaded as context into every session, so it must stay compact.
Assets created during tickets should be linked to from the map, not duplicated within it.
Numbered entries ("tickets"), each its own section keyed by its number:
## #1: Relational Or Non-Relational Database?
Blocked by: #<ticket-number>, #<ticket-number>
Type: Research | Prototype | Grilling
### Question
<question-here>
### Answer
<answer-here>
Each ticket must be sized to one 100K token agent session.
There are three types of tickets:
The map is deliberately incomplete beyond the frontier. Your job is to investigate the frontier, and to resolve tickets in order to push the frontier forward. Push back the fog of war, one node at a time.
At some point, the fog of war should have been pushed back far enough that the path to the finish line is clear. At that point, no more tickets will be required and the decision map can be considered 'done'.
There are two ways this skill can be invoked: bootstrap and resume.
User invokes with a loose idea.
User invokes with a path to an existing map and a ticket number.
/grilling and /domain-modeling.blocked_by edges).If the decisions made invalidate other parts of the map, update or delete those nodes.
The user may choose to run tickets in parallel, so expect other agents to make changes to the map.
Many times, the initial grilling will result in no fog of war. No unresolved tickets. Nothing to do, except implement.
In those situations, you should offer the user the chance to skip the decision map - since the decision map is only needed if multi-session decisions need to be made.
If they skip it, you should recommend either implementing directly or using /to-prd to schedule a multi-session implementation.
npx claudepluginhub leandrocfe/skillsTurns a loose idea into a git-tracked map of typed investigation tickets (research, prototype, grilling) and resolves them one per session. For work too fuzzy for a campaign, too big for a single intake item.
Charts a path through ambiguous problems by creating investigation tickets on the issue tracker, then resolving them incrementally to clarify the route.
Guides Socratic conversations to explore ideas, approaches, and decisions, routing insights to project artifacts like todos or requirements.