Maayan Almog
Community@AlmogMaayan
Maayan Almog maintains PTP, a plan-then-apply orchestration plugin with dual-reviewer gates, epic backlogs, telemetry, and OpenSpec change management for structured software delivery.
Agent Skills by Maayan Almog
Showing 57 vetted skills indexed across 1 GitHub repositories.
ptp-codex-mode
Resolves Codex reviewer mode, model, and effort settings from layered configuration.
ptp-full-apply
Orchestrates sequential apply and review of planned change stories via a workflow script.
ptp-backlog
Defines the GitHub Projects v2 epic backlog contract, schema, read protocol, and ready set.
ptp-prd-full
Authors a PRD and runs its dual-reviewer review loop in one orchestrated pass.
openspec-apply-change
Implements tasks from an OpenSpec change proposal while keeping task lists and specs synchronized.
ptp-review-prd
Reviews epic PRD documents against a severity-classified rubric before planning.
ptp-telemetry-status
Reports telemetry receiver status, store location, and per-epic run counts read-only.
ptp-run-at-model
Runs ptp command work in a subagent or Codex shell-out at a deterministic model and effort.
ptp-workspace-init
Creates a ptp workspace in the current directory with preflight gates and a structured report.
ptp-review-loop
Drives iterative code and artifact review loops with severity thresholds and convergence markers.
ptp
Routes ptp commands and policies to their owning files.
openspec-explore
Explores ideas, problems, and requirements through conversation without writing implementation code.
ptp-telemetry
Defines the append-only run ledger and OTLP span store contract for ptp pipeline telemetry.
ptp-master
Returns the working tree to an up-to-date master branch via gated git switch and fast-forward pull.
ptp-prd
Generates epic-scoped product requirements documents from selectors or free-text change descriptions.
ptp-telemetry-analyze
Analyzes recorded ptp telemetry spans to report model, tool, and subagent time distribution.
ptp-deploy-master
Triggers the deploy workflow against a clean master branch without commits or merges.
ptp-full
Orchestrates end-to-end plan-then-apply execution of oversized changes decomposed into reviewed slices.
ptp-telemetry-report
Summarizes recorded telemetry into reports of runs, models, and durations.
ptp-deploy
Commits, pushes, merges, and deploys a feature branch through a gated GitHub pipeline.
ptp-telemetry-export
Re-derives telemetry CSV files from raw NDJSON span records via a global deterministic export.
ptp-artifact-contract
Defines the compact artifact schema governing all ptp planning documents.
openspec-archive-change
Archives completed OpenSpec changes and syncs delta specs into main specifications.
ptp-brainstorm-full
Orchestrates brainstorm generation and dual-reviewer review of change proposals in one pass.
Frequently Asked Questions About Maayan Almog
FAQPage SchemaWhat tasks can I accomplish with Maayan Almog's PTP skills?▼
You can draft PRDs and brainstorms with dual-reviewer review, plan and apply oversized changes slice by slice, run epic backlogs, enforce branch safety, practice test-driven development and systematic debugging, ship branches via commit-push-merge-deploy, and record telemetry on model, effort, and cost.
Who is the target user for the PTP skill set?▼
Software engineers and technical leads who want disciplined, gated change delivery. It suits developers practicing test-driven development, reviewers running structured code-review passes, and maintainers coordinating multi-epic backlogs with deterministic model and effort dispatch per step.
How do I install and run the PTP and OpenSpec skills?▼
Initialize a workspace with ptp-workspace-init in your project directory, which runs preflight gates and writes a report. Route requests through the ptp router command. OpenSpec skills require the openspec CLI installed; PTP steps run locally with configurable workspace overrides.
Are these skills open source and what do they cost?▼
The OpenSpec skills (propose, apply-change, archive-change, explore) are MIT licensed and free to use. PTP skills carry no stated license fee; they run locally, including the telemetry receiver, so there is no service cost beyond your own model usage.
What prerequisites and dependencies do these skills require?▼
OpenSpec skills require the openspec CLI. PTP requires a git working tree, since branch-guard checks run before any write step, and GitHub Projects backlog transport uses the gh CLI. Telemetry features need the local receiver started via ptp-telemetry-setup and ptp-telemetry-start.