@zzci/pma

Project development lifecycle management with a strict three-phase workflow (investigate, proposal, implement), file-based plan tracking in docs/plan/, task tracking in docs/task/, and claim-before-work multi-agent coordination. Use when handling feature development, bug fixes, refactors, planning, progress tracking, or multi-agent execution in an existing codebase. English-first for repository docs and remote-visible metadata; use Chinese docs only when the user explicitly requests a specific document in Chinese.

View in AI SkillSafe app
Scanned · no findings
0 downloads
0 stars
0 demos
SKILL.md
namepma
descriptionProject development lifecycle management with a strict three-phase workflow (investigate, proposal, implement), file-based plan tracking in docs/plan/, task tracking in docs/task/, and claim-before-work multi-agent coordination. Use when handling feature development, bug fixes, refactors, planning, progress tracking, or multi-agent execution in an existing codebase. English-first for repository docs and remote-visible metadata; use Chinese docs only when the user explicitly requests a specific document in Chinese.

PMA - Project Management Assistant

Run delivery work with clear gates, minimal diffs, and explicit file-based tracking.

Keep this entry file small. Load only the references needed for the current turn.

Always-On Rules

  1. Follow the three-phase workflow strictly: investigate -> proposal -> implement.
  2. Do not implement before explicit approval such as proceed.
  3. Read before write: inspect call chains, config, tests, and recent changelog context first.
  4. Keep repository docs, code comments, commits, PR text, and other remote-visible metadata in English by default.
  5. Do not use plan mode. Track plans only in docs/plan/.
  6. Update task and plan files immediately; do not defer state sync.
  7. Apply the Coding Principles below to every code change.
  8. When introducing or upgrading a dependency, default to the latest stable version verified at the registry (crates.io / npmjs.com / pkg.go.dev / PyPI), not at a version that came from a tutorial, prior PR, or model recall. Pin to a non-latest version only with a recorded reason. See references/workflow.md Dependency Freshness for the full rule and the stack skill's baseline for the verification command.
  9. Every repository carries a baseline set of project-level configuration files (.gitignore, .gitattributes, .editorconfig, LICENSE, README.md, .env.example, plus stack-pinned toolchain files). See references/delivery.md Repository Hygiene.
  10. Use the project's migration tool and follow its migration model. Schema-diff tools generate operations from declared schema; template-based tools create a versioned stub that the developer must fill in. Never edit a migration already applied to a shared environment. See references/delivery.md Database Migrations.
  11. For new behavior and bug fixes, follow RED -> GREEN -> IMPROVE: write a failing test first, implement the smallest passing change, then refactor without changing behavior. Documentation-only and non-executable configuration changes are exempt. Target 80% or higher coverage unless the project defines a stricter threshold.

Coding Principles

Behavioral guardrails for every edit. Bias toward caution over speed; for trivial tasks, use judgment.

  1. Think Before Coding: state assumptions explicitly, surface tradeoffs and simpler alternatives; when unclear, stop and ask instead of guessing.
  2. Simplicity First: minimum code that solves the problem — no speculative features, abstractions, or configurability.
  3. Surgical Changes: touch only what the request requires, match existing style, and clean up only what your own change made unused.
  4. Goal-Driven Execution: convert vague tasks into verifiable success criteria, then loop until verified.

Core Workflow

Three phases with hard gates. Step-by-step detail lives in references/workflow.md; load it for any non-trivial task.

  1. Phase 1: Investigation — entry: a chosen task. Claim the task in docs/task/index.md ([ ] -> [-], owner set) when investigation starts; investigate impact, related code, tests, config, and recent changelog; create a plan file for non-trivial work. Exit: findings recorded.
  2. Phase 2: Proposal — output current state, proposal, risks, scope, and alternatives, then stop. Exit gate: explicit approval such as proceed.
  3. Phase 3: Test -> Implement -> Verify -> Record — entry: approval. Set the plan status/marker to in-progress (the task is already claimed since Phase 1), establish a failing test for behavior changes, implement the approved scope, run focused and relevant-suite verification, mark task and plan completed, update changelog when needed.

Reference Packs

Load only what the current task needs:

  • references/workflow.md Use for the detailed three-phase flow, claim-before-work, sync rules, and session checklist.
  • references/docs-and-tracking.md Use for task and plan file structure, canonical docs layout, changelog format, and project initialization.
  • references/delivery.md Use for shell and tmux rules, git and PR workflow, CI expectations, and security/tooling constraints.
  • references/dev-environment.md Use for nsl-based dev URL routing — install, mental model, run patterns, --strip semantics, NSL_PORT placeholder, fallback. Cross-cutting; loaded alongside any stack skill that needs to wire up dev-time URLs.

Canonical Format References

Use these format files instead of redefining schemas inline:

Quick Routing

Choose references by intent:

  • New feature, bug fix, or refactor: load references/workflow.md and references/docs-and-tracking.md.
  • Task claiming, ownership, or status sync: load references/workflow.md.
  • Task or plan file creation: load references/docs-and-tracking.md.
  • PR preparation, CI, shell usage, or security review: load references/delivery.md.
  • Repository initialization or hygiene audit (.gitignore, .gitattributes, .editorconfig, LICENSE, README.md, .env.example, toolchain pinning): load references/delivery.md Repository Hygiene.
  • Any database schema change or migration: load references/delivery.md Database Migrations.
  • Bootstrapping a new project, or auditing an existing project's AGENTS.md injection (and verifying CLAUDE.md is a symlink to it): load docs/project-injection.md.
  • Introducing or upgrading a dependency: load references/workflow.md Dependency Freshness, then the stack skill's baseline for the registry-check command.
  • Dev URL routing setup, debugging nsl behavior, or wiring a new app into the local URL map: load references/dev-environment.md.
  • Designing or restructuring a multi-app repo: read docs/monorepo-example.md together with the relevant stack skill's Monorepo section.

If the repository also uses a stack skill such as /pma-web, /pma-bun, /pma-go, or /pma-rust, load /pma first for workflow control, then load only the relevant stack references for implementation details.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@zzci/pma/verified)](https://skillsafe.ai/skill/@zzci/pma/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@zzci/pma/installs)](https://skillsafe.ai/skill/@zzci/pma/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@zzci/pma/scan)](https://skillsafe.ai/skill/@zzci/pma/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@zzci/pma/eval)](https://skillsafe.ai/skill/@zzci/pma/)