hysys-dynamic-simulator
Aspen HYSYS integration skill for dynamic simulation, pressure-flow networks, and process dynamics
Aspen HYSYS integration skill for dynamic simulation, pressure-flow networks, and process dynamics
Process engineering skill for analyzing and optimizing nanomaterial synthesis scale-up from lab to production
GROMACS molecular dynamics skill for nanoparticle-biomolecule interaction simulations
Design of Experiments skill for systematic optimization of nanomaterial synthesis and processing
Numerical methods for ordinary differential equations
Numerical methods for partial differential equations
Open-source computer algebra system for symbolic computation
Synthesis parameter optimization skill for metal, semiconductor, and oxide nanoparticle production with automated protocol generation and reproducibility validation
Skill for thermal characterization workflows including DSC, TGA, DTA, TMA, and DMA for phase transitions, decomposition, and viscoelastic property analysis
Digital twin representation of supply chain for real-time monitoring and simulation
Discrete event simulation skill for modeling and analyzing complex systems with stochastic processes.
Strict RED-GREEN-REFACTOR cycle enforcement. Tests are never skipped or deferred. Run mode only, never watch mode. Exit code evidence mandatory.
Multi-dimensional code review across correctness, security, performance, and maintainability with confidence-gated reporting and remediation loops.
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
Structured code quality assessment with Conventional Comments format, scaled review depth, and soft-gating verdicts preserving user autonomy.
Verification-before-completion discipline ensuring all success criteria are met, tests pass, and reviews complete before declaring work done.
Validate implementation quality through custom checklists, scoring against constitution standards, specification coverage, and producing remediation recommendations.
Use when receiving code review feedback, before implementing suggestions. Requires technical rigor and verification, not blind implementation.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle.