One-click install
npx skills add https://github.com/pikachu0310/codex-agent-ops-public --skill codex-intent-pikachu0310
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-intent
Source: https://github.com/pikachu0310/codex-agent-ops-public/tree/main/plugins/codex-intent/skills/codex-intent
Command: npx skills add https://github.com/pikachu0310/codex-agent-ops-public --skill codex-intent-pikachu0310

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? When many ideas and requests pile up, it becomes hard to keep each piece of work isolated, trackable, and verifiable. This Skill turns a pinned Codex Intent intake thread into a thin front desk that converts each user input into exactly one new Codex task per deliverable, so work stays separated and results remain pinned for human review. ## Core Features & Use Cases - Intent Routing: Interprets each user input in the intake thread and creates a new Codex task titled TNNN · deliverable name with a structured initial prompt. - Project and Environment Selection: Chooses the primary project (projectless, codex-agent-ops, or the owning repository) and decides between Local and Worktree execution based on conflict and isolation rules. - Numbering and Intake Rotation: Manages reserved 15-task numbering ranges, pins created tasks, and replaces the intake thread when its range is exhausted or consistency degrades. - Use Case: You pin a Codex Intent 受付 · T028–T042 thread, send it a request like "add dark mode to my settings page", and it creates a pinned T028 · add dark mode task in the right project with a complete initial prompt, without doing the implementation itself. ## Quick Start Invoke $codex-intent in a pinned intake thread and send your request so it creates one new pinned Codex task for that deliverable.

Frequently Asked Questions about codex-intent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route an idea into a new Codex task?

Send your input to the pinned Codex Intent intake thread or invoke $codex-intent. The intake interprets your input and creates one new task titled `TNNN · deliverable name` with a structured initial prompt, then pins it for your review.

When does the intake split one input into multiple tasks?

Splitting happens only when you explicitly request it, when the deliverables target different projects and can complete independently, or when the outputs and completion criteria are clearly separate. By default one input produces exactly one task.

Does the intake thread implement or monitor the tasks it creates?

No. The intake only creates and pins deliverable tasks; it never investigates, implements, tracks progress, or sends follow-up messages to created tasks. Each deliverable task owns its work from investigation through verification.

When should I use Worktree instead of Local execution?

Use Worktree only when you explicitly request parallel or isolated work, or when another pinned task is editing the same project concurrently. Otherwise the default is Local, even for Git projects.

What happens when the intake thread runs out of task numbers?

After fifteen tasks are created, or if responses degrade, the intake is replaced with a new pinned intake thread holding the next fifteen-number range. The old intake is left pinned for you to review and archive manually.