@touchtechclub/pi-oc-todo
Pi coding-agent extension: structured todo list tracking, ACP plan-compatible. Opencode-inspired.
Package details
Install @touchtechclub/pi-oc-todo from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@touchtechclub/pi-oc-todo- Package
@touchtechclub/pi-oc-todo- Version
0.1.1- Published
- May 21, 2026
- Downloads
- not available
- Author
- touchtechclub
- License
- MIT
- Types
- extension
- Size
- 9.2 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@touchtechclub/pi-oc-todo
Opencode-inspired Pi extension for structured todo list tracking.
Features
- Create and manage task lists during coding sessions
- Track status (
pending,in_progress,completed) and priority (high,medium,low) - ACP plan-compatible — outputs clean
PlanEntry[]JSON for Agent Client Protocol clients - TUI rendering with status icons and expand/collapse
Install
pi extension add @touchtechclub/pi-oc-todo
Usage
The extension registers a todowrite tool that Pi uses automatically. You can also invoke it as a slash command:
/todowrite
License
MIT