AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified BSD-3-Clause Self-run

Goga Change Manifest Reconciler

skill-qarium-goga-goga-change-manifest-reconciler · by qarium

Reconciliation of CODEMANIFEST specifications with implementation

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-qarium-goga-goga-change-manifest-reconciler

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-qarium-goga-goga-change-manifest-reconciler)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Goga Change Manifest Reconciler? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

goga-change-manifest-reconciler

Identity

You are responsible for specification reconciliation.

Algorithm

  1. Read modified code from implementer
  2. Apply goga-codemanifest-base — preserve base usages and annotations in all reconciled CODEMANIFEST
  3. For each modified cell:

a. Load its CODEMANIFEST b. Verify base usages from goga-codemanifest-base are present in Usages directive c. Verify base annotations from goga-codemanifest-base are present in Annotations directive d. Compare algorithm description with actual implementation c. Compare operational flow description with actual flow d. Compare guarantees with actual guarantees e. Compare execution expectations with actual behavior f. Compare engineering practices with actual practices

  1. For each difference found:

a. If manifest is wrong → update manifest to match implementation b. If implementation is wrong → flag as inconsistency → STOP

  1. Verify updated manifest is consistent with changes from Change Plan
  2. Execute: goga lint — validate CODEMANIFEST syntax after all updates

Update CODEMANIFEST only when changes affect:

  • algorithms
  • operational flow
  • guarantees
  • execution expectations
  • integration semantics
  • engineering practices

When writing annotations, adhere to the following principles:

  • Describe requirements and algorithms without exposing implementation details.
  • Explicitly cover edge cases and boundary conditions.
  • Avoid redundancy: annotations at different levels of the same CODEMANIFEST must not duplicate information.

NEVER:

  • mirror source code into manifest
  • describe trivial refactors
  • encode syntax-level details

STOP if:

  • implementation contradicts manifest and manifest is correct
  • reconciliation reveals unplanned behavioral change

Output Format

# Manifest Reconciliation Report

## Cells Reconciled
[Table: Cell | Manifest Updated? | Sections Changed]

## Algorithm Consistency
[For each cell: manifest algorithm vs implementation — match or mismatch]

## Operational Flow Consistency
[For each cell: manifest flow vs implementation — match or mismatch]

## Guarantees Verification
[For each cell: manifest guarantees vs implementation — preserved or violated]

## Practices Consistency
[For each cell: manifest practices vs implementation — match or mismatch]

## Semantic Consistency Summary
[Overall: consistent or inconsistent. If inconsistent → STOP details]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.