oculpm
01Plugin Claude Code
Plugin marketplace listing 1 plugin: oculpm.
Plugin Claude Code
Plugin marketplace listing 1 plugin: oculpm.
Agent
An agent instruction template for recording completed work in an ocul-pm tracking project. It covers work such as bug fixes, features, refactoring, error investigations, and routine changes.
Agent
A discussion-document format for recording a problem and comparing possible solutions before making a decision. It belongs to ocul-pm, a project-management system that keeps work notes and plans in files.
Instructions file CodexOpenCode
Repository instructions for Ocul-PM, a local-first desktop project manager that records coding-agent work in readable Markdown journals. They define when to search past records and when to write new ones.
Instructions file
Instructions for bunhine0452/Ocul-PM, covering claude.md, what this is, commands, single frontend test and rust (run from src-tauri/).
Plugin Claude Code
A macOS-only plugin that connects ocul-pm session hooks with tools for structured project journals and plans. It works in projects containing a .oculpm directory.
Command
A help command that displays the ocul-pm reference card and recommends the next suitable step. ocul-pm is a project-tracking setup for coding agents that uses journals, plans, tools, skills, and hooks.
Command
A command for starting the design of a new project or major feature area. It guides research, agreement on the specification, a detailed three-level plan, evaluation checks, and initial project rules.
Command
A command that takes the next unfinished leaf item from an active project plan and runs one implementation cycle. The cycle includes implementation, verification, journal entry, and plan-status update.
Command
A command that starts tracking a project with ocul-pm by creating its project records and agent logging rules.
Command
A command that creates a daily stand-up report from an ocul-pm project's work logs and plan. A stand-up is a short update on completed work, blocked work, and next steps.
Hook
Runs when a session starts, executing plan-context.sh and session-marker.sh (3 commands). From bunhine0452/Ocul-PM.
Hook
Runs when the agent finishes a response, executing delivery-gate.sh (2 commands). From bunhine0452/Ocul-PM.
Hook
Runs when a session ends, executing session-end.sh. From bunhine0452/Ocul-PM.
Hook
Runs when a subagent starts, executing plan-context.sh. From bunhine0452/Ocul-PM.
Skill Claude CodeCodex
A work-journal format for recording coding-agent tasks, including bugs, features, errors, refactors, and chores. It defines where files go and what information each record must contain.
Skill Claude CodeCodex
Use when kicking off a new project or feature area in an ocul-pm tracked project (.oculpm/ present) — research the stack landscape via web search, then converse with the user (research-backed choices) to settle the optimal spec, and seed a discussion doc, a detailed 3-depth plan (plancreate), EVALS.md done-criteria…
Skill Claude CodeCodex
A project check that reads the completion rules in EVALS.md and runs the listed evaluations. EVALS.md is a file that defines what must work before a task is considered finished.
Skill Claude CodeCodex
A self-check procedure for reviewing work before calling it complete, including requirements, tests, and the final change list.
Skill Claude CodeCodex
A test-first workflow for building features and fixing bugs. TDD, or test-driven development, means writing a failing test for the expected behaviour before implementing the code.