Requirement prioritization
Skill planifest/planifest-framework/planifest-framework/external-skills/requirement-prioritization
A specification framework for agentic development. Agents build from complete specs - not guesses.
npx -y skills add planifest/planifest-framework --skill requirement-prioritizationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Requirement prioritization workflow for dependency-aware ranking and release cut-line decisions. Use when finalized requirement baselines need ordering under value, risk, and capacity constraints; do not use for requirement discovery.
SKILL.md
1.8 KB, as published. Nobody here has run it
Requirement Prioritization
Overview
Use this skill to produce reproducible priority decisions that are executable under real dependency and capacity constraints.
Scope Boundaries
- Use this skill when the task matches the trigger condition described in
description. - Do not use this skill when the primary task falls outside this skill's domain.
Shared References
- Dependency-aware ranking rules:
references/dependency-aware-ranking-rules.md
Templates And Assets
- Prioritization scorecard template:
assets/prioritization-scorecard-template.csv
Inputs To Gather
- Approved requirement baseline.
- Effort/dependency estimates and capacity limits.
- Risk/compliance constraints.
- Release timeline assumptions.
Deliverables
- Ranked requirement backlog with rationale.
- Release cut-line and deferred set.
- Dependency-feasible execution sequence.
Workflow
- Set ranking dimensions and weights.
- Score requirements with
assets/prioritization-scorecard-template.csv. - Apply dependency and mandatory-item rules via
references/dependency-aware-ranking-rules.md. - Validate resulting sequence against capacity.
- Publish ranking decision and deferral triggers.
Quality Standard
- Ranking is reproducible from documented rules.
- Sequence is dependency-feasible.
- Mandatory constraints are never silently deprioritized.
Failure Conditions
- Stop when ranking ignores required dependencies.
- Stop when mandatory compliance/security items are deferred without escalation.
- Escalate when capacity assumptions invalidate priority outcomes.