diff --git a/.prompt-hub/core/core.md b/.prompt-hub/core/core.md index eea24b8..3621482 100644 --- a/.prompt-hub/core/core.md +++ b/.prompt-hub/core/core.md @@ -16,6 +16,15 @@ Use this prompt as the default operating policy for AI agents across all tasks a ## Task Management +**Mandatory pre-work — do these steps before anything else, in order:** + +1. Read `.prompt-hub/lessons.md` — apply all rules to the current task. +2. Read `.prompt-hub/memory.md` — restore context from previous sessions. +3. Read `.prompt-hub/releases.md` — know the current version before any change. +4. Create the task file at `.prompt-hub/todo/todo--.md` — then start work. + +Skipping any of these steps is a failure. + - Plan first: create a task file at `.prompt-hub/todo/todo--.md` where `` is the current date-time in `YYYYMMDD-HHmmss` format and `` is a short kebab-case identifier for the task (e.g. `todo-20260313-143000-add-auth.md`). - Each task gets its own file; never reuse or overwrite an existing todo file for a different task. - For non-trivial tasks (3+ steps or architectural decisions): use plan mode. diff --git a/.prompt-hub/prompt-hub-version.md b/.prompt-hub/prompt-hub-version.md index 17b2ccd..ef52a64 100644 --- a/.prompt-hub/prompt-hub-version.md +++ b/.prompt-hub/prompt-hub-version.md @@ -1 +1 @@ -0.4.3 +0.4.6 diff --git a/CLAUDE.md b/CLAUDE.md index 92feed4..5c8ab74 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,4 +1,4 @@ -Version: 0.4.3 +Version: 0.4.6 # MANDATORY COMPLIANCE NOTICE @@ -64,6 +64,15 @@ Use this prompt as the default operating policy for AI agents across all tasks a ## Task Management +**Mandatory pre-work — do these steps before anything else, in order:** + +1. Read `.prompt-hub/lessons.md` — apply all rules to the current task. +2. Read `.prompt-hub/memory.md` — restore context from previous sessions. +3. Read `.prompt-hub/releases.md` — know the current version before any change. +4. Create the task file at `.prompt-hub/todo/todo--.md` — then start work. + +Skipping any of these steps is a failure. + - Plan first: create a task file at `.prompt-hub/todo/todo--.md` where `` is the current date-time in `YYYYMMDD-HHmmss` format and `` is a short kebab-case identifier for the task (e.g. `todo-20260313-143000-add-auth.md`). - Each task gets its own file; never reuse or overwrite an existing todo file for a different task. - For non-trivial tasks (3+ steps or architectural decisions): use plan mode. diff --git a/agents.md b/agents.md index 92feed4..5c8ab74 100644 --- a/agents.md +++ b/agents.md @@ -1,4 +1,4 @@ -Version: 0.4.3 +Version: 0.4.6 # MANDATORY COMPLIANCE NOTICE @@ -64,6 +64,15 @@ Use this prompt as the default operating policy for AI agents across all tasks a ## Task Management +**Mandatory pre-work — do these steps before anything else, in order:** + +1. Read `.prompt-hub/lessons.md` — apply all rules to the current task. +2. Read `.prompt-hub/memory.md` — restore context from previous sessions. +3. Read `.prompt-hub/releases.md` — know the current version before any change. +4. Create the task file at `.prompt-hub/todo/todo--.md` — then start work. + +Skipping any of these steps is a failure. + - Plan first: create a task file at `.prompt-hub/todo/todo--.md` where `` is the current date-time in `YYYYMMDD-HHmmss` format and `` is a short kebab-case identifier for the task (e.g. `todo-20260313-143000-add-auth.md`). - Each task gets its own file; never reuse or overwrite an existing todo file for a different task. - For non-trivial tasks (3+ steps or architectural decisions): use plan mode.