Performance profiling
Skill planifest/planifest-framework/planifest-framework/external-skills/performance-profiling
A specification framework for agentic development. Agents build from complete specs - not guesses.
npx -y skills add planifest/planifest-framework --skill performance-profilingAssembled 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
Performance profiling workflow for CPU/memory/I/O hotspot localization and optimization prioritization. Use when regressions or inefficiencies require profiler-based evidence for optimization decisions; do not use for non-performance functional acceptance decisions.
SKILL.md
1.9 KB, as published. Nobody here has run it
Performance Profiling
Overview
Use this skill to identify true runtime hotspots and prioritize optimizations by measurable impact.
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
- Profiling evidence rules:
references/profiling-evidence-rules.md
Templates And Assets
- Profiling report template:
assets/profiling-report-template.md
- Optimization priority matrix:
assets/optimization-priority-matrix-template.csv
Inputs To Gather
- Performance symptom and target path.
- Reproducible profiling environment.
- Relevant profiling tools and sampling strategy.
- Acceptable optimization risk constraints.
Deliverables
- Profiling report with hotspot evidence.
- Prioritized optimization backlog.
- Before/after impact validation plan.
Workflow
- Capture profiling scope in
assets/profiling-report-template.md. - Gather baseline profiler evidence.
- Prioritize opportunities with
assets/optimization-priority-matrix-template.csv. - Apply
references/profiling-evidence-rules.mdfor decision quality. - Publish optimization plan and verification gates.
Quality Standard
- Hotspots are tied to specific code paths and user impact.
- Priority reflects impact, effort, and risk.
- Optimization decisions are evidence-backed.
Failure Conditions
- Stop when hotspots cannot be attributed to concrete paths.
- Stop when expected gains are speculative without evidence.
- Escalate when high-impact bottlenecks remain unresolved.