From guidewire-pack
Execute Guidewire primary workflow: Policy lifecycle management in PolicyCenter. Use when implementing quoting, binding, issuing, endorsing, or renewing policies. Trigger with phrases like "policycenter workflow", "create policy", "bind submission", "issue policy", "policy endorsement", "quote insurance".
How this skill is triggered — by the user, by Claude, or both
Slash command
/guidewire-pack:guidewire-core-workflow-aThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Master the complete policy lifecycle in PolicyCenter: submission creation, quoting, binding, issuance, endorsements, and renewals.
Master the complete policy lifecycle in PolicyCenter: submission creation, quoting, binding, issuance, endorsements, and renewals.
guidewire-install-auth and guidewire-sdk-patternsSubmission -> Quote -> Bind -> Issue -> In-Force -> Endorsement/Renewal/Cancellation
[Draft] [Quoted] [Bound] [Issued] [Active Policy]
POST to /account/v1/accounts with account holder contact details (name, DOB, address) and producer code assignment.
POST to /job/v1/submissions with account ID, base state, effective date, product code (e.g., PersonalAuto), and producer code.
POST vehicles to the submission's policy period, then add coverages per vehicle: liability, collision, comprehensive, and medical payments.
POST driver details (name, DOB, license) to the policy period.
POST to /job/v1/submissions/<submissionId>/quote to trigger rating. Retrieve premium breakdown from the policy period.
POST to /job/v1/submissions/<submissionId>/bind. Verify status is Bound and capture the policy number.
POST to /job/v1/submissions/<submissionId>/issue. The policy is now in-force.
For complete TypeScript API calls and Gosu server-side implementations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
Validation failed | Missing required data | Check all required fields |
Cannot quote | Invalid policy configuration | Review coverages and limits |
Cannot bind | Outstanding issues | Resolve all validation errors |
UW hold | Requires underwriting approval | Process UW referrals |
Rating error | Rating engine failure | Check rate tables and factors |
For claims processing workflow, see guidewire-core-workflow-b.
Personal auto policy lifecycle: Create an account, submit a PersonalAuto policy with two vehicles and one driver, add liability and collision coverages, quote the submission to get premium breakdown, bind and issue the policy. The resulting policy number can be used for endorsements and renewals.
Commercial property endorsement: Start with an in-force commercial property policy, create a policy change job to add a new building location, adjust coverages for the added location, re-quote to calculate the premium adjustment, then bind and issue the endorsement.
npx claudepluginhub terrylica/claude-code-plugins-plus --plugin guidewire-packGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
4plugins reuse this skill
First indexed Jul 11, 2026