taskmaster

Solid

Codex wrapper plus same-process expect PTY injector that keeps work moving until an explicit parseable done signal is emitted.

Data & Documents 501 stars 37 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
70
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Taskmaster Taskmaster for Codex uses session-log polling plus automatic continuation. Codex TUI does not currently expose arbitrary writable stop hooks, so this skill implements the same completion contract externally. ## How It Works 1. **Run Codex via wrapper**: `run-taskmaster-codex.sh` sets `CODEX_TUI_RECORD_SESSION=1` and a log path. 2. **Injector parses log events** and checks completion on each `task_complete` event. 3. **Parseable token contract**: `TASKMASTER_DONE::<session_id>` 4. **Token missing**: - inject follow-up user message into the same running process via expect PTY bridge transport, using the shared compliance prompt. 5. **Token present**: no further injection. ## Parseable Done Signal When the work is genuinely complete, the agent must include this exact line in its final response (on its own line): ```text TASKMASTER_DONE::<session_id> ``` This gives external automation a deterministic completion marker to parse. ## Configuration - `TASKMASTER_MAX` (default `0`): max warning count before suppression in the stop hook. `0` means unlimited warnings. Fixed behavior (not configurable): - Done token prefix: `TASKMASTER_DONE` - Poll interval: `1` second - Transport: expect only - Expect payload mode and submit delay are fixed ## Setup Install and run: ```bash bash ~/.codex/skills/taskmaster/install.sh codex-taskmaster ```

Details

Author
blader
Repository
blader/taskmaster
Created
3 months ago
Last Updated
2 months ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

codex-agent

用 OpenClaw 驱动 Codex CLI 的受管运行时。支持交互式 tmux 会话、一次性 exec 任务、会话状态查询、显式 session-id 路由、启动阻塞识别与完成通知。

159 Updated 2 months ago
dztabel-happy
AI & Automation Featured

codex-skill

Leverage OpenAI Codex/GPT models for autonomous code implementation. Triggers: "codex", "use gpt", "gpt-5", "let openai", "full-auto", "用codex", "让gpt实现". Use this skill whenever the user wants to delegate coding tasks to OpenAI models, run code reviews via codex, or execute tasks in a sandboxed environment.

1,427 Updated 1 months ago
feiskyer
AI & Automation Solid

codex-agent-collaboration

Delegate coding tasks to Codex AI for implementation, analysis, and alternative solutions. Use when you need a second AI perspective, want to explore different approaches, or need specialized Codex capabilities for complex coding tasks.

25 Updated 4 months ago
ForteScarlet
AI & Automation Solid

codex

Start an OpenAI Codex CLI session for deep reasoning and code analysis

121 Updated 2 months ago
agentic-box
AI & Automation Featured

prd-taskmaster

Smart PRD generator with TaskMaster integration. Detects existing PRDs and offers execute/update/replace options. Generates comprehensive technical PRDs optimized for task breakdown, validates with 13 automated checks, and optionally executes tasks autonomously with datetime tracking and rollback support. Use when user requests "PRD", "product requirements", or mentions task-driven development. Defaults to PRD generation with handoff to TaskMaster. Optionally supports autonomous execution with 4 modes.

451 Updated 4 weeks ago
anombyte93