بنقرة واحدة
session-start
Orient to the current repo at session start — handoff items, overdue todos, and next godmode task.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Orient to the current repo at session start — handoff items, overdue todos, and next godmode task.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Write an implementation plan as a markdown file, then immediately serialize it to a timestamped YAML task file in .ctx/tasks/. Use before touching any code when given a spec or approved design.
Design-first workflow for new features, components, or architecture decisions. Use before writing any code — get explicit approval on a design first.
Commit-and-push workflow with validation. Use when asked to "cap", "commit and push", or "ship it".
Systematic debugging for Rust. Use before proposing any fix — establish root cause first, then write a failing test, then fix.
Dispatch parallel subagents for independent tasks. Use when 2+ tasks have no shared state or sequential dependencies.
Task graph management for a session. Use to create tasks, track progress, execute the next unblocked task, or manage dependencies between work items.
| name | session-start |
| description | Orient to the current repo at session start — handoff items, overdue todos, and next godmode task. |
Run these in order:
hj detect $PWD — show any handoff items for this repodoob todo list --status pending --project $(basename $PWD) --json — show overdue/pending todosgodmode handon — show task graph state and next runnable taskSummarize findings as: