Maayan Almog avatar

Maayan Almog

Community

@AlmogMaayan

1Followers
|
2Public Repos
|
57Published Skills

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.

Skills Distribution
DomainDeveloper To...Change Planning & .. (30%)Code Review & Qual.. (25%)Git Branching & De.. (20%)Backlog & Epic Orc.. (15%)

Agent Skills by Maayan Almog

Showing 57 vetted skills indexed across 1 GitHub repositories.

AlmogMaayanAlmogMaayan

ptp-codex-mode

Resolves Codex reviewer mode, model, and effort settings from layered configuration.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-full-apply

Orchestrates sequential apply and review of planned change stories via a workflow script.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-backlog

Defines the GitHub Projects v2 epic backlog contract, schema, read protocol, and ready set.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-prd-full

Authors a PRD and runs its dual-reviewer review loop in one orchestrated pass.

Community
Advanced
AlmogMaayanAlmogMaayan

openspec-apply-change

Implements tasks from an OpenSpec change proposal while keeping task lists and specs synchronized.

Community
Intermediate
AlmogMaayanAlmogMaayan

ptp-review-prd

Reviews epic PRD documents against a severity-classified rubric before planning.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-telemetry-status

Reports telemetry receiver status, store location, and per-epic run counts read-only.

Community
Intermediate
AlmogMaayanAlmogMaayan

ptp-run-at-model

Runs ptp command work in a subagent or Codex shell-out at a deterministic model and effort.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-workspace-init

Creates a ptp workspace in the current directory with preflight gates and a structured report.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-review-loop

Drives iterative code and artifact review loops with severity thresholds and convergence markers.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp

Routes ptp commands and policies to their owning files.

Community
Basic
AlmogMaayanAlmogMaayan

openspec-explore

Explores ideas, problems, and requirements through conversation without writing implementation code.

Community
Intermediate
AlmogMaayanAlmogMaayan

ptp-telemetry

Defines the append-only run ledger and OTLP span store contract for ptp pipeline telemetry.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-master

Returns the working tree to an up-to-date master branch via gated git switch and fast-forward pull.

Community
Intermediate
AlmogMaayanAlmogMaayan

ptp-prd

Generates epic-scoped product requirements documents from selectors or free-text change descriptions.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-telemetry-analyze

Analyzes recorded ptp telemetry spans to report model, tool, and subagent time distribution.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-deploy-master

Triggers the deploy workflow against a clean master branch without commits or merges.

Community
Intermediate
AlmogMaayanAlmogMaayan

ptp-full

Orchestrates end-to-end plan-then-apply execution of oversized changes decomposed into reviewed slices.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-telemetry-report

Summarizes recorded telemetry into reports of runs, models, and durations.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-deploy

Commits, pushes, merges, and deploys a feature branch through a gated GitHub pipeline.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-telemetry-export

Re-derives telemetry CSV files from raw NDJSON span records via a global deterministic export.

Community
Advanced
AlmogMaayanAlmogMaayan

ptp-artifact-contract

Defines the compact artifact schema governing all ptp planning documents.

Community
Advanced
AlmogMaayanAlmogMaayan

openspec-archive-change

Archives completed OpenSpec changes and syncs delta specs into main specifications.

Community
Intermediate
AlmogMaayanAlmogMaayan

ptp-brainstorm-full

Orchestrates brainstorm generation and dual-reviewer review of change proposals in one pass.

Community
Advanced

Frequently Asked Questions About Maayan Almog

FAQPage Schema
What 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.