spectra-propose

Automates creation of change proposals for software projects.

95|7|Updated Dec 22, 2024
One-click install
npx skills add https://github.com/DanSnow/hoarder-pipette --skill spectra-propose-dansnow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-propose
Source: https://github.com/DanSnow/hoarder-pipette/tree/main/.claude/skills/spectra-propose
Command: npx skills add https://github.com/DanSnow/hoarder-pipette --skill spectra-propose-dansnow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the end-to-end process of creating comprehensive change proposals, reducing manual effort in specification and artifact generation.

Core Features & Use Cases

  • Requirement Extraction: Derives change descriptions from arguments, plans, or conversation context.
  • Spec Reuse & Relevance: Checks for existing specs to avoid duplication and ensure consistency.
  • Automated Workflow: Creates change directories and generates proposal documents based on templates.
  • Impact & Dependencies: Analyzes impacted files and manages artifact dependencies efficiently.
  • Validation & Finalization: Validates proposals and unconditionally parks them for future implementation.

Quick Start

Provide a requirement statement such as "add dark mode" after /spectra-propose to initiate a new change proposal with automated steps.

Frequently Asked Questions about spectra-propose

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

FAQPage Schema
How do I automate change proposal creation for software projects?

Automating change proposal creation involves extracting requirements, checking existing specifications, and generating relevant artifacts. This workflow applies to feature additions, bug fixes, and refactoring, ensuring dependency management and validation are integrated.

What is the best way to manage dependencies when generating change proposal artifacts?

Managing dependencies during artifact generation requires analyzing impacted files and validating them against existing specs. This ensures consistency and avoids duplication throughout the proposal workflow.

How does specification reuse work when creating a new change proposal?

Specification reuse checks for existing specs before creating a proposal to avoid duplication and ensure consistency. The workflow derives change descriptions from arguments or plans, then validates them against these existing specifications.

Can I use workflow automation to generate proposals for both bug fixes and refactoring?

Yes, workflow automation applies to feature additions, bug fixes, and refactoring workflows. It extracts requirements from your context, creates change directories, and generates proposal documents based on predefined templates.

What are the limitations of automated artifact generation for change proposals?

Automated artifact generation unconditionally parks proposals for future implementation rather than executing them immediately. It requires structured CLI commands and relies on deriving accurate requirements from provided arguments or conversation context.