prune-harness

Generate a pruning proposal with rationales for the agentic-engineering methodology corpus.

12|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill prune-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prune-harness
Source: https://github.com/Space-Dinosaurs/DinoStack/tree/main/.openclaw/skills/prune-harness
Command: npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill prune-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the analysis of the agentic-engineering methodology corpus to surface deletion candidates and generate a formal pruning proposal, reducing manual review workload.

Core Features & Use Cases

  • Generates a structured pruning proposal by applying a multi-signal analysis over rules, references, and planning documents.
  • Writes the candidate list and rationales to docs/planning/harness-pruning-YYYY-MM-DD.md and preserves audit trails.
  • Works without modifying content/ and supports empty-result scenarios to keep a complete audit.

Quick Start

Run the prune-harness workflow to generate a pruning proposal for the current corpus.

Frequently Asked Questions about prune-harness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pruning outdated documentation in a repository?

Automating documentation pruning applies signal-driven analysis across the repository to identify outdated rules and content. This generates a structured pruning proposal with rationales, writing an auditable candidate list directly to a planning markdown file.

What is a signal-driven analysis for content deletion candidates?

Signal-driven analysis evaluates rules, references, and planning documents to surface deletion candidates. It applies multiple signals to scan target files and generates a formal pruning proposal with specific signal justifications for each identified candidate.

How do I generate an auditable pruning proposal for a documentation corpus?

Generating an auditable pruning proposal scans all target files under the content directory and related docs. The workflow writes the candidate list, rationales, and signal justifications to a timestamped planning file without altering the original content.

Does the pruning analysis workflow modify original content files?

No, the pruning analysis workflow never modifies original content files. It scans target files under the content directory and related docs, terminating with a complete proposal written to the planning directory even when no deletion candidates exist.

What happens when a content audit finds no outdated rules to prune?

When no outdated rules are found, the analysis still terminates with a complete proposal. It writes an auditable candidate list to the planning directory, preserving the audit trail and documenting the signal-driven analysis results for that date.