원클릭으로
pulse
Map the current model as decisions - no history, just now
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Map the current model as decisions - no history, just now
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | pulse |
| description | Map the current model as decisions - no history, just now |
| compatibility | opencode |
Map the current model as decisions. No history, just now.
deciduous pulse
Review the report: active goals, coverage gaps, orphan nodes. This tells you what's already mapped and what needs attention.
What part of the system are you taking the pulse of?
Read the code. For the thing you're scoping, ask:
"What design questions had to be answered for this to work?"
Not implementation questions ("which library?") - model questions ("what's the behavior?")
# Create the root goal
deciduous add goal "<Scope>: <Core question>" -c 90
# Add options (possible approaches from the goal)
deciduous add option "<Possible approach>" -c 85
deciduous link <goal> <option> -r "possible_approach"
# When an option is chosen, create a decision
deciduous add decision "Chose <approach>" -c 90
deciduous link <option> <decision> -r "chosen"
If a question is still open, leave it as option nodes without a decision.
deciduous pulse
deciduous pulse --summary
deciduous serve
deciduous doc list <goal_id>
deciduous doc attach <goal_id> docs/architecture.png -d "Current architecture"
Pulse gives you the "Now". For history, run /narratives then /archaeology.