# Goga Change Manifest Reconciler

> Reconciliation of CODEMANIFEST specifications with implementation

- **Type:** Skill
- **Install:** `agentstack add skill-qarium-goga-goga-change-manifest-reconciler`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [qarium](https://agentstack.voostack.com/s/qarium)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** BSD-3-Clause
- **Upstream author:** [qarium](https://github.com/qarium)
- **Source:** https://github.com/qarium/goga/tree/1.1.x/goga/assets/skills/goga-change-manifest-reconciler

## Install

```sh
agentstack add skill-qarium-goga-goga-change-manifest-reconciler
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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
4. For each difference found:
   a. If manifest is wrong → update manifest to match implementation
   b. If implementation is wrong → flag as inconsistency → STOP
5. Verify updated manifest is consistent with changes from Change Plan
6. 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

```md
# 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.

- **Author:** [qarium](https://github.com/qarium)
- **Source:** [qarium/goga](https://github.com/qarium/goga)
- **License:** BSD-3-Clause

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-qarium-goga-goga-change-manifest-reconciler
- Seller: https://agentstack.voostack.com/s/qarium
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
