Productivity
Hook
Hooks
What foreman runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.
Install
$ npx -y skills add V-Songbird/foreman --agent claude-codeShips with foreman. Installing the plugin gets these hooks.
What fires, and when
SessionStart
Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.
- Runs session-start.js".
TaskCreated
- Runs task-created.js".
TaskCompleted
- Runs task-completed.js".
PreToolUse
- Runs guard-roadmap-edit.js".
PostToolUse
- Runs post-commit.js".
Where it lives
- hooks/decision-anchors.jsGitHub
- hooks/guard-roadmap-edit.jsGitHub
- hooks/post-commit.jsGitHub
- hooks/session-start.jsGitHub
- hooks/task-completed.jsGitHub
- hooks/task-created.jsGitHub
Read the script before you install anything that runs on your machine. This is the one part of a plugin that acts without being asked.
Ships withforeman
📋 Prompt-engineering and project-roadmap plugin that crafts professional xml prompts and picks, surveys, and tracks your next tasks.
Get the whole plugin, auto-invoked
Stats
27
Stars
0
Views
4
Forks
Active
Maintenance
JavaScript
Language
MIT
License
12d ago
Last commit
29d ago
Created
Repo: V-Songbird/foreman

