generated-proposal

Generate deterministic proposal artifacts for artifact lifecycle validation.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/xiongxianfei/rigorloop --skill generated-proposal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generated-proposal
Source: https://github.com/xiongxianfei/rigorloop/tree/main/tests/fixtures/artifact-lifecycle/invalid-generated-source/.codex/skills/proposal
Command: npx skills add https://github.com/xiongxianfei/rigorloop --skill generated-proposal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool provides a deterministic, generated proposal artifact used for artifact lifecycle testing and validation within AI-assisted workflows.

Core Features & Use Cases

  • Generate deterministic proposal artifacts to seed lifecycle tests.
  • Validate integration with review gates and artifact history tracking.
  • Use case: verify that a proposal can be created, reviewed, and archived in a Git-first workflow.

Quick Start

Generate a test proposal artifact to validate artifact lifecycle workflows.

Frequently Asked Questions about generated-proposal

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

FAQPage Schema
How do I generate a deterministic proposal artifact for lifecycle testing?

To generate a deterministic proposal artifact for lifecycle testing, use a Skill with YAML frontmatter and Markdown instructions to produce a repeatable artifact for validation in QA and CI pipelines.

What is an artifact lifecycle validation process in CI pipelines?

Artifact lifecycle validation in CI pipelines verifies that a proposal artifact can be created, reviewed, and archived in a Git-first workflow using deterministic, repeatable test data.

Can I use generated proposal artifacts to validate review gates in automation testing?

Yes, generated proposal artifacts can validate integration with review gates and artifact history tracking, ensuring proposals are correctly created and archived within automated workflows.

How do I create repeatable test proposals for Git-first workflows?

Create repeatable test proposals for Git-first workflows by loading Markdown instructions from a Skill to generate deterministic proposal artifacts that seed lifecycle tests and validate history tracking.

Do I need dependencies to generate proposal artifacts for QA pipelines?

No dependencies are required to generate proposal artifacts for QA pipelines; the Skill operates independently using YAML frontmatter and Markdown body text to produce deterministic testing artifacts.

When do I need a deterministic proposal artifact in testing scenarios?

A deterministic proposal artifact is needed in testing scenarios when you require repeatable, reviewable artifacts to validate the creation, review, and archival phases of an artifact lifecycle.