template-proposal-review

Review template proposals and apply accepted changes to the upstream repository.

14|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tae0y/python-project-template --skill template-proposal-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-proposal-review
Source: https://github.com/tae0y/python-project-template/tree/main/.claude/skills/template-proposal-review
Command: npx skills add https://github.com/tae0y/python-project-template --skill template-proposal-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps template maintainers systematically review proposals generated by template-upstream and decide whether to apply them to the upstream template repository.

Core Features & Use Cases

  • Structured proposal directories (draft, accepted, rejected, applied) guide the governance workflow.
  • Evidence-based criteria using localdocs (learn*, adr/, worklog) ensure cross-project applicability.
  • Clear procedures for moving proposals between statuses and optionally applying accepted changes to upstream.

Quick Start

Begin by listing draft proposals in proposals/draft and start evaluating them against the acceptance criteria.

Frequently Asked Questions about template-proposal-review

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

FAQPage Schema
How do I review and apply upstream template proposals safely?

To review upstream template proposals safely, evaluate draft proposals in the proposals/draft directory against evidence-based criteria, then move accepted items to the upstream repository using structured application steps. This ensures reproducible proposal handling and strict separation of concerns.

What is the best way to manage cross-project template governance and proposal statuses?

Cross-project template governance is managed by organizing proposals into structured directories covering draft, accepted, rejected, and applied statuses. This workflow guides maintainers through evidence-based decisions and reproducible status transitions for safe upstream application.

How do I use localdocs ADRs and worklogs to decide on template proposals?

Localdocs ADRs and worklogs provide the evidence-based criteria needed to evaluate cross-project applicability of template proposals. Maintainers reference these localdocs records to make informed, reproducible decisions when reviewing draft proposals for upstream acceptance.

Can I apply accepted proposals to an upstream python-project-template repository?

Yes, accepted proposals can be optionally applied to the upstream python-project-template repository. The process involves moving accepted proposals to the applied status folder and executing safe application steps to update the upstream template.

Does proposal review require strict separation of concerns for template management?

Yes, strict separation of concerns is required for template management proposal review. This principle ensures reproducible proposal handling, preventing cross-contamination between draft, accepted, rejected, and applied statuses during the governance workflow.

What are the limitations of manual proposal review for upstream template changes?

Manual proposal review risks inconsistent decisions and unsafe upstream application if not following structured governance. Without evidence-based criteria from localdocs ADRs and worklogs, maintaining reproducible cross-project template updates becomes error-prone and difficult to track.