project-mngt

project-mngt is a skill for Claude Code, Codex from vladm3105/aidoc-flow-framework. It costs 19 tokens per session (6,946 once invoked), scanned A, original, MIT.

A project-planning method for turning requirements into staged delivery plans using MVP, MMP, and MMR ideas. These mean starting with a minimum useful version, then improving it toward a marketable product and release.

In plain words
What is it for?
Use it to analyze requirement documents, create implementation plans, revise plans after changes, track progress, and define incremental releases.
Why use it?
It provides structure when requirements are large or changing, while keeping completed work and delivery stages clear.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to analyze requirement documents, create implementation plans, revise plans after changes, track progress, and define incremental releases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vladm3105/aidoc-flow-framework/project-mngt
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vladm3105/aidoc-flow-framework --skill project-mngt
Clone the repo
git clone --depth 1 https://github.com/vladm3105/aidoc-flow-framework

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-mngt

README.md
[![agentmods](https://agentmods.dev/badge/skills/vladm3105/aidoc-flow-framework/project-mngt/github.svg)](https://agentmods.dev/skills/vladm3105/aidoc-flow-framework/project-mngt)
Your own site
<a href="https://agentmods.dev/skills/vladm3105/aidoc-flow-framework/project-mngt"><img src="https://agentmods.dev/badge/skills/vladm3105/aidoc-flow-framework/project-mngt/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-mngt

Your own site · 80×15
<a href="https://agentmods.dev/skills/vladm3105/aidoc-flow-framework/project-mngt"><img src="https://agentmods.dev/badge/skills/vladm3105/aidoc-flow-framework/project-mngt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,946 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.06946
Opus 5 $0.00010 $0.03473
Sonnet 5 $0.00004 $0.01389
Haiku 4.5 $0.00002 $0.00695

Measured 8d ago against content hash fadfa32140bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

project-mngt scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

archive/legacy/claude-code-plugin/project-mngt/SKILL.md · 985 lines

How it starts

The opening of the file, as written. The whole thing — 985 lines — stays where its author put it; the contents beside it link to each section on GitHub.

project-mngt

Project Implementation Planning with MVP/MMP/MMR Methodology

Purpose

This skill teaches AI assistants how to analyze any project's requirements and create implementation plans using the MVP/MMP/MMR (Minimum Viable Product / Minimum Marketable Product / Minimum Marketable Release) methodology.

This is a METHODOLOGY skill that teaches HOW to plan, not WHAT to plan.

Use Cases

  1. Initial Project Planning: Analyze requirements and create structured implementation plan
  2. Plan Updates: Modify existing plans when requirements change while preserving completed work
  3. Progress Tracking: Update plans with current status and adjust remaining work
  4. Release Strategy: Define logical stages and atomic groups for incremental delivery

Adaptability

Works with:

  • Any number of requirement documents (5 or 500)
  • Different formats: BRD, PRD, User Stories, Epics, Features
  • Various domains: Trading systems, web apps, APIs, infrastructure, ML/AI
  • Changing requirements: Update plans without restarting completed work

ID Naming Standards

Reference: framework/governance/ID_NAMING_STANDARDS.md

Common ID Formats:

  • Planning Documents: PLAN-NNN (e.g., PLAN-01, PLAN-02)
  • Requirements: REQ-NN or REQ-NN-YY (e.g., REQ-01, REQ-01-01)
  • Tasks: TASK-NNN or TASK-NNN-YY (e.g., TASK-01, TASK-01-01)

Format Rules:

  • Use TYPE-NN for primary documents (three digits with leading zeros)
  • Use TYPE-NN-YY for sub-items (two digits with leading zeros)
  • IDs are unique within their artifact type
  • Sequential numbering starts at 001

MVP/MMP/MMR Framework

Definitions (2024-2025 Best Practices)

MVP (Minimum Viable Product)

Purpose: Learning vehicle to validate core hypothesis with early adopters Focus: Test riskiest assumptions, gather feedback, prove feasibility Quality: Can have bugs, imperfect UX, manual processes Goal: Answer "Can we build this?" and "Will users use it?" Monetization: Not required - learning, not earning Timeline: 4-12 weeks typical

Read the full file on GitHub · 985 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 985 lines · 19 tokens per session scan A fadfa32140bd

Subscribe to this mod's changes

project-mngt is a skill published in the GitHub repository vladm3105/aidoc-flow-framework (17 stars, last pushed today), licensed MIT. It adds 19 tokens to every session and 6,946 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories