-
released this
2026-07-20 16:21:36 -05:00 | 0 commits to main since this releaserfp-analyzer v1.1
New: fillable-form extraction (Artifact 5)
The skill now excises every required form from an RFP package as a standalone, fillable AcroForm PDF, ready to hand directly to the companion rfp-form-filler skill.
Handles the three ways a form appears in a package:
- Already fillable — copied out as-is and verified.
- Flat / scanned PDF — AcroForm widgets overlaid on the original page (appearance preserved) via
build_fillable_form.py overlay. - Embedded table / certification block — reconstructed as a clean fillable PDF via
build_fillable_form.py generate.
Each form is emitted as its own PDF under
Fillable-Forms/and verified with the pdf skill (check_fillable_fields.py/extract_form_field_info.py) — the same path rfp-form-filler uses to read them.Other changes
- New script:
scripts/build_fillable_form.py(generate + overlay modes; text/checkbox/signature fields). - Frontmatter description now triggers on "extract the forms", "pull the forms out", "make the forms fillable", "get the forms ready to fill".
- Summary now hands off to rfp-form-filler; quality checklist adds per-form verification, signature-field, and certification-wording checks.
- Fixed stale hardcoded session paths in the "Before you begin" section (now references skills by name).
Downloads