Loading...
Loading...
WFGY 5.0 Polaris Protocol -- the active flagship route from onestardao/WFGY. A two-layer reasoning system that compiles goals before execution and shoots complex problems into inspectable routes, with drift control throughout. This skill is the tree root: load it first, then dispatch its child skills as explicit transitions -- polaris-goal-compiler (compile), fifth-dimension-engine (shoot), wfgy-method (drift control). Use for any complex, multi-step, high-stakes, or long-horizon task where premature completion or goal drift is a risk.
npx skill4agent add anentrypoint/gm polaris-protocolpolaris-protocol (this skill -- root / entry)
|-- polaris-goal-compiler (COMPILE state)
|-- fifth-dimension-engine (SHOOT state)
`-- wfgy-method (DRIFT CONTROL -- applies at every state)SKILL.mdskills/<skill-name>/gmtransitionSkill(skill=...)| State | Meaning |
|---|---|
| Raw human request, no structure yet. |
| Goal Compiler emitted task atoms, dependencies, verification gates, claim ceilings, and a closure-record template. |
| A complex atom is being lifted by Fifth-Dimension Engine into a route. |
| An atom (routine, or the result of a route) is being carried out. |
| Output is checked against the atom's verification gate and against drift (deltaS, via WFGY-Method). |
| Claim ceiling met, closure record written, atom done. |
UNCOMPILED --Skill(polaris-goal-compiler)--> COMPILED
COMPILED --complex atom? Skill(fifth-dimension-engine)--> SHOOTING
COMPILED --routine atom? execute directly---------------> EXECUTING
SHOOTING --inspect route, then carry it out-----------> EXECUTING
EXECUTING --Skill(wfgy-method) drift + gate check----> VERIFYING
VERIFYING --gate pass + claim ceiling honored--------> CLOSED
VERIFYING --gate fail / drift --> BBCR checkpoint ----> COMPILED (re-compile or re-shoot)
CLOSED --next atom------------------------------------> COMPILEDwfgy-methodsimilarityUNCOMPILEDSkill(skill="polaris-goal-compiler")COMPILEDVERIFYINGSkill(skill="fifth-dimension-engine")SHOOTINGEXECUTINGVERIFYINGVERIFYINGSkill(skill="wfgy-method")CLOSEDCOMPILEDCOMPILEDCLOSEDpolaris-goal-compilerfifth-dimension-enginewfgy-method../POLARIS-SKILLS-GUIDE.md