ワンクリックで
gpl
Gest Plan. Decompose a spec or outline task into jj-native Gest tasks, phases, dependencies, bookmarks, and workspace execution.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Gest Plan. Decompose a spec or outline task into jj-native Gest tasks, phases, dependencies, bookmarks, and workspace execution.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Gest Setup. Bootstrap or refresh a jj/Gest agent-operable repository surface across tools, command contracts, Justfile targets, hooks, ignores, installs, and setup follow-ups.
Gest Test. Run unit, API regression, smoke, regression, and integration tests appropriate to the changed code; add missing tests when the task changes callable behavior.
Gest Brainstorm. Explore rough ideas or ambiguous requests, inspect existing code/docs/Gest context, ask clarifying questions when needed, and decide whether to create a spec, outline issue, plan, or session task.
Gest Commit. Create a jj commit/bookmark/push checkpoint using conventional commit style and GitHub metadata when present.
Gest Docs. Audit, create, update, and verify user-facing docs, developer-facing docs, and in-code documentation affected by a task.
Install jj Gest package extras after npx installs the skills, including hooks/settings and AGENTS guidance.
| name | gpl |
| description | Gest Plan. Decompose a spec or outline task into jj-native Gest tasks, phases, dependencies, bookmarks, and workspace execution. |
Use to convert a spec, outline task, GitHub issue, or user-described scope into executable Gest structure.
Accept a Gest artifact ID, task ID, GitHub issue URL/number, or described
scope. Read entities with gest ... show --json when possible.
gest search "<scope/topic>" --all --json --limit 20
gest search "Follow-up <scope/topic>" --all --json --limit 20
gest task show <id-or-prefix> --json
gest task note list <id-or-prefix> --json
gest iteration show <id-or-prefix> --json
Reuse existing durable parents when they fit.
blocked-by links are needed?ast-grep dependency impact checks?Create tasks with native child-of links:
Create or update an iteration with explicit phases. Tasks in the same phase must be safe to run concurrently and must have disjoint write scopes if parallelized.
For non-trivial write slices, use jj-native metadata:
vcs.tool=jj
vcs.review_mode=session-bookmark|development-bookmark|multi-commit-bookmark|stacked-session|stacked-development|parallel-workspaces
vcs.execution=main-workspace|jj-workspaces
vcs.parallel_allowed=true|false
vcs.bookmark=<bookmark-name>
vcs.stack_root=<bookmark-name>
vcs.stack_parent=<bookmark-name>
vcs.stack_index=<n>
vcs.workspace_path=<absolute-path>
Use stacked review modes for dependent slices that should remain separately
reviewable. Use parallel-workspaces only when independent tasks will run at
the same time in separate jj workspaces.
main and main@origin may not exist in a fresh repo until explicitly set
and pushed.start, create, tug,
stack, sync, and ss.jj-stack or gated LazyJJ PR aliases for stacked PR creation/update when
GitHub remote/auth prerequisites exist.Report task IDs, phase grouping, dependencies, metadata, and whether gor can
parallelize the work.
Apply references/tag_dependency_workflow.md while decomposing work. For every
planned task, classify tags against the current project vocabulary and add
classification.tags.reviewed=true metadata. For code-facing phases, list the
semantic contracts and ast-grep patterns that implementers must check. If
tag/classifier results reveal coupled surfaces, make them explicit tasks or
acceptance criteria instead of hoping implementers notice them later.