Extract a complete, source-traceable legacy evidence specification for one Oracle Forms module from Forms XML/FMT/FMB/FMX, PLL/PLD, DDL, message catalogues, menus/object libraries, and screenshots. Use for fresh or incremental reverse engineering when the output must preserve every evidenced screen region, tab, field, operation, rule, message, database dependency, provenance locator, uncertainty, and source-supported detail without inventing target requirements, target architecture, target tests, POC assumptions, or implementation decisions.
66
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use specialist analysis only after deterministic source inventory, decoding, structural parsing, hashing, and initial call/reference graph construction. Agents interpret bounded evidence slices; they do not replace parsers.
Run the Forms, PL/SQL, and DDL specialists independently where their inputs are available. Reconcile their JSON outputs, then run the independent auditor against the raw source inventory, normalized evidence, behavior ledger, gaps, and reconciled findings.
Agents must not edit specifications, requirements, source evidence, or another specialist's output. They return JSON only.
{
"contract_version": "1.0",
"module_id": "<MODULE>",
"run_id": "<RUN>",
"task_id": "<stable-task-id>",
"role": "forms_crud|plsql_behavior|ddl_dependency|evidence_auditor",
"objective": "legacy_as_is_extraction",
"scope": {
"operations": [],
"semantic_keys": [],
"source_ids": [],
"full_module_audit": false
},
"source_inventory_path": "<path>",
"normalized_evidence_path": "<path>",
"behavior_ledger_path": "<path>",
"gap_register_path": "<path>",
"source_delta_path": "<path-or-null>",
"raw_source_root": "<read-only-path>",
"known_human_review_notes": [],
"known_deliberate_scope_exclusions": []
}On incremental runs, limit ordinary specialists to affected slices plus immediate dependency context. The auditor receives both changed and preserved records needed to challenge the merged result.
Output one JSON object:
{
"contract_version": "1.0",
"module_id": "<MODULE>",
"run_id": "<RUN>",
"task_id": "<TASK>",
"role": "<ROLE>",
"status": "complete|partial|failed",
"analyzed_source_ids": [],
"analyzed_semantic_keys": [],
"findings": [],
"proposed_fact_mutations": [],
"proposed_path_mutations": [],
"proposed_gaps": [],
"proposed_gap_transitions": [],
"conflicts": [],
"coverage": {
"expected": 0,
"analyzed": 0,
"gapped": 0,
"excluded": 0
},
"warnings": [],
"failure": null
}Every finding and mutation must include semantic_key, statement, evidence_type, confidence, raw_locators, and reasoning. raw_locators follow normalized-evidence-contract.md. A finding without a raw locator is invalid unless it proposes a missing-source gap and cites the locator that created the expectation.
Agents may propose mutations; only the coordinator applies them after reconciliation. They must not:
Establish visual regions, block/item structure, mappings, design-time CRUD, runtime overrides visible in readable Forms/module-library source, and effective CRUD by state.
SET_*_PROPERTY, SET_ITEM_INSTANCE_PROPERTY, visual attribute, navigation, and state-dependent enablement calls.ColumnName, SQL, or generated-code evidence.You are the Oracle Forms UI and effective-CRUD specialist. Analyze only the supplied module and bounded semantic slice. Treat raw Forms XML/FMT/PLD as legacy evidence. Reconcile design-time, inherited, startup, and state-dependent property values. A database block is not a visual region: map every item to its canvas/tab/region before summarizing edit scope. Return the common JSON contract only. Cite structural raw locators for every finding. Propose explicit gaps for binary-only or absent sources that could alter effective CRUD. Do not propose target behavior and do not make negative claims from absence.Establish reachable operation paths, validations, defaults, derivations, messages, exception behavior, side effects, and transaction calls from decoded Forms and library PL/SQL.
You are the Oracle Forms PL/SQL behavior specialist. Build operation-specific paths from reachable entry points through decoded program units and readable libraries. Preserve branch conditions, SQL/object references, validations, defaults, messages, exception paths, side effects, and transaction calls. Return the common JSON contract only and cite raw symbol or statement locators. Record unresolved calls as exact gaps with affected paths. Do not assume standard Forms or framework routines have no business effect, and do not translate legacy behavior into target requirements.Establish physical database contracts and reconcile Forms persistence/check logic with constraints, triggers, synonyms, views, sequences, packages, and transactional effects.
You are the Oracle DDL, dependency, and transaction specialist. Analyze all recursively supplied DDL relevant to the module and reconcile it with normalized SQL/object references and Forms base-table DML. Return the common JSON contract only. Cite exact DDL object/constraint/statement locators. Identify blockers, warnings, cascades, trigger side effects, identity sources, audit ownership, transaction boundaries, and concurrency evidence separately. Propose exact missing-object gaps when DDL or database program-unit source is absent. Never infer a constraint from an index or a table mapping from a Forms item name.The auditor receives the merged output and raw sources but not a desired conclusion. It must attempt to falsify material claims, especially completeness, edit scope, transaction behavior, and claims that something does not occur.
completeness-readiness-staleness-gates.md.You are an independent legacy-evidence auditor. Attempt to disprove or narrow the merged claims using the raw source inventory and source files. Do not optimize for agreement. Recalculate coverage, inspect omitted/reachable logic, challenge negative claims, validate source hashes and gap lifecycle transitions, and distinguish extraction gaps from source gaps. Return the common JSON contract only. Each finding must cite raw locators or the exact expected-reference locator for missing evidence. Do not edit artifacts or propose target behavior.The coordinator must fail evidence completeness when an auditor finding identifies an unaccounted material path, source, dependency, or invalid negative claim. Auditor disagreements become conflict records; they are not resolved by majority vote.