maestro-flow 0.5.31 → 0.5.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/delegation-check/SKILL.md +299 -0
- package/.agents/skills/delegation-check/specs/separation-rules.md +269 -0
- package/.agents/skills/odyssey-debug/SKILL.md +30 -16
- package/.agents/skills/odyssey-improve/SKILL.md +28 -15
- package/.agents/skills/odyssey-planex/SKILL.md +20 -12
- package/.agents/skills/odyssey-review-test-fix/SKILL.md +29 -13
- package/.agents/skills/odyssey-ui/SKILL.md +27 -14
- package/.agents/skills/prompt-generator/SKILL.md +472 -0
- package/.agents/skills/prompt-generator/specs/agent-design-spec.md +299 -0
- package/.agents/skills/prompt-generator/specs/command-design-spec.md +367 -0
- package/.agents/skills/prompt-generator/specs/conversion-spec.md +207 -0
- package/.agents/skills/prompt-generator/templates/agent-md.md +145 -0
- package/.agents/skills/prompt-generator/templates/command-md.md +118 -0
- package/.agents/skills/scholar-anti-ai-writing/SKILL.md +175 -0
- package/.agents/skills/scholar-anti-ai-writing/phases/01-detect-score.md +126 -0
- package/.agents/skills/scholar-anti-ai-writing/phases/02-rewrite-polish.md +177 -0
- package/.agents/skills/scholar-anti-ai-writing/phases/03-validate-score.md +134 -0
- package/.agents/skills/scholar-anti-ai-writing/references/patterns-chinese.md +242 -0
- package/.agents/skills/scholar-anti-ai-writing/references/patterns-english.md +242 -0
- package/.agents/skills/scholar-citation-verify/SKILL.md +168 -0
- package/.agents/skills/scholar-citation-verify/phases/01-scan-extract.md +141 -0
- package/.agents/skills/scholar-citation-verify/phases/02-verify.md +310 -0
- package/.agents/skills/scholar-citation-verify/phases/03-report-fix.md +190 -0
- package/.agents/skills/scholar-citation-verify/references/api-usage.md +372 -0
- package/.agents/skills/scholar-citation-verify/references/common-errors.md +384 -0
- package/.agents/skills/scholar-citation-verify/references/verification-rules.md +399 -0
- package/.agents/skills/scholar-experiment/SKILL.md +323 -0
- package/.agents/skills/scholar-experiment/phases/01-data-loading.md +209 -0
- package/.agents/skills/scholar-experiment/phases/02-statistical-analysis.md +269 -0
- package/.agents/skills/scholar-experiment/phases/03-visualization.md +319 -0
- package/.agents/skills/scholar-experiment/phases/04-results-writing.md +229 -0
- package/.agents/skills/scholar-experiment/phases/05-quality-check.md +261 -0
- package/.agents/skills/scholar-ideation/SKILL.md +290 -0
- package/.agents/skills/scholar-ideation/phases/01-literature-search.md +317 -0
- package/.agents/skills/scholar-ideation/phases/02-gap-analysis.md +249 -0
- package/.agents/skills/scholar-ideation/phases/03-research-question.md +200 -0
- package/.agents/skills/scholar-ideation/phases/04-method-selection.md +185 -0
- package/.agents/skills/scholar-ideation/phases/05-research-planning.md +385 -0
- package/.agents/skills/scholar-latex-organizer/SKILL.md +188 -0
- package/.agents/skills/scholar-latex-organizer/phases/01-extract-analyze.md +228 -0
- package/.agents/skills/scholar-latex-organizer/phases/02-cleanup-organize.md +500 -0
- package/.agents/skills/scholar-latex-organizer/phases/03-readme-finalize.md +349 -0
- package/.agents/skills/scholar-publish/SKILL.md +222 -0
- package/.agents/skills/scholar-publish/phases/01-presentation.md +243 -0
- package/.agents/skills/scholar-publish/phases/02-poster.md +239 -0
- package/.agents/skills/scholar-publish/phases/03-promotion.md +255 -0
- package/.agents/skills/scholar-rebuttal-pro/README.md +313 -0
- package/.agents/skills/scholar-rebuttal-pro/SKILL.md +513 -0
- package/.agents/skills/scholar-rebuttal-pro/phases/01-review-parsing.md +227 -0
- package/.agents/skills/scholar-rebuttal-pro/phases/02-multi-perspective-discussion.md +395 -0
- package/.agents/skills/scholar-rebuttal-pro/phases/03-strategy-formulation.md +459 -0
- package/.agents/skills/scholar-rebuttal-pro/phases/04-rebuttal-writing.md +384 -0
- package/.agents/skills/scholar-rebuttal-pro/phases/05-quality-validation.md +691 -0
- package/.agents/skills/scholar-review/SKILL.md +229 -0
- package/.agents/skills/scholar-review/phases/01-self-review.md +186 -0
- package/.agents/skills/scholar-review/phases/02-review-analysis.md +203 -0
- package/.agents/skills/scholar-review/phases/03-response-strategy.md +193 -0
- package/.agents/skills/scholar-review/phases/04-rebuttal-writing.md +181 -0
- package/.agents/skills/scholar-review/phases/05-revision.md +183 -0
- package/.agents/skills/scholar-review/specs/tone-guidelines.md +76 -0
- package/.agents/skills/scholar-thesis-docx/LICENSE +21 -0
- package/.agents/skills/scholar-thesis-docx/README.md +111 -0
- package/.agents/skills/scholar-thesis-docx/README_EN.md +108 -0
- package/.agents/skills/scholar-thesis-docx/SKILL.md +214 -0
- package/.agents/skills/scholar-thesis-docx/agents/openai.yaml +4 -0
- package/.agents/skills/scholar-thesis-docx/examples/architecture.sample.mmd +5 -0
- package/.agents/skills/scholar-thesis-docx/examples/final-audit-checklist.sample.md +46 -0
- package/.agents/skills/scholar-thesis-docx/examples/word-style-config.sample.json +35 -0
- package/.agents/skills/scholar-thesis-docx/references/failure-patterns-and-quality-gates.md +178 -0
- package/.agents/skills/scholar-thesis-docx/references/figure-and-code-rules.md +33 -0
- package/.agents/skills/scholar-thesis-docx/references/paper-format-workflow.md +68 -0
- package/.agents/skills/scholar-thesis-docx/references/script-usage.md +157 -0
- package/.agents/skills/scholar-thesis-docx/scripts/audit_docx_ooxml.py +429 -0
- package/.agents/skills/scholar-thesis-docx/scripts/check_word_com.ps1 +50 -0
- package/.agents/skills/scholar-thesis-docx/scripts/export_word_pdf.ps1 +62 -0
- package/.agents/skills/scholar-thesis-docx/scripts/normalize_word_styles.ps1 +498 -0
- package/.agents/skills/scholar-thesis-docx/scripts/render_mermaid_figure.ps1 +148 -0
- package/.agents/skills/scholar-writing/SKILL.md +298 -0
- package/.agents/skills/scholar-writing/phases/01-repo-understanding.md +178 -0
- package/.agents/skills/scholar-writing/phases/02-structure-planning.md +197 -0
- package/.agents/skills/scholar-writing/phases/03-section-drafting.md +215 -0
- package/.agents/skills/scholar-writing/phases/04-citation-management.md +310 -0
- package/.agents/skills/scholar-writing/phases/05-anti-ai-polish.md +202 -0
- package/.agents/skills/scholar-writing/phases/06-conference-formatting.md +260 -0
- package/.agents/skills/skill-generator/SKILL.md +473 -0
- package/.agents/skills/skill-generator/phases/01-requirements-discovery.md +238 -0
- package/.agents/skills/skill-generator/phases/02-structure-generation.md +261 -0
- package/.agents/skills/skill-generator/phases/03-phase-generation.md +976 -0
- package/.agents/skills/skill-generator/phases/04-specs-templates.md +398 -0
- package/.agents/skills/skill-generator/phases/05-validation.md +417 -0
- package/.agents/skills/skill-generator/specs/cli-integration.md +442 -0
- package/.agents/skills/skill-generator/specs/execution-modes.md +399 -0
- package/.agents/skills/skill-generator/specs/reference-docs-spec.md +271 -0
- package/.agents/skills/skill-generator/specs/scripting-integration.md +265 -0
- package/.agents/skills/skill-generator/specs/skill-requirements.md +466 -0
- package/.agents/skills/skill-generator/templates/autonomous-action.md +330 -0
- package/.agents/skills/skill-generator/templates/autonomous-orchestrator.md +300 -0
- package/.agents/skills/skill-generator/templates/code-analysis-action.md +514 -0
- package/.agents/skills/skill-generator/templates/llm-action.md +367 -0
- package/.agents/skills/skill-generator/templates/script-template.md +368 -0
- package/.agents/skills/skill-generator/templates/sequential-phase.md +474 -0
- package/.agents/skills/skill-generator/templates/skill-md.md +312 -0
- package/.agents/skills/skill-iter-tune/SKILL.md +15 -15
- package/.agents/skills/skill-iter-tune/phases/02-execute.md +5 -5
- package/.agents/skills/skill-iter-tune/phases/03-evaluate.md +4 -4
- package/.agents/skills/skill-iter-tune/templates/eval-prompt.md +1 -1
- package/.agents/skills/skill-iter-tune/templates/execute-prompt.md +1 -1
- package/.agents/skills/skill-simplify/SKILL.md +65 -0
- package/.agents/skills/skill-simplify/phases/01-analysis.md +224 -0
- package/.agents/skills/skill-simplify/phases/02-optimize.md +111 -0
- package/.agents/skills/skill-simplify/phases/03-check.md +224 -0
- package/.agents/skills/skill-tuning/SKILL.md +176 -0
- package/.agents/skills/skill-tuning/phases/actions/action-abort.md +164 -0
- package/.agents/skills/skill-tuning/phases/actions/action-analyze-requirements.md +406 -0
- package/.agents/skills/skill-tuning/phases/actions/action-apply-fix.md +206 -0
- package/.agents/skills/skill-tuning/phases/actions/action-complete.md +195 -0
- package/.agents/skills/skill-tuning/phases/actions/action-diagnose-agent.md +317 -0
- package/.agents/skills/skill-tuning/phases/actions/action-diagnose-context.md +243 -0
- package/.agents/skills/skill-tuning/phases/actions/action-diagnose-dataflow.md +318 -0
- package/.agents/skills/skill-tuning/phases/actions/action-diagnose-docs.md +299 -0
- package/.agents/skills/skill-tuning/phases/actions/action-diagnose-memory.md +269 -0
- package/.agents/skills/skill-tuning/phases/actions/action-diagnose-token-consumption.md +200 -0
- package/.agents/skills/skill-tuning/phases/actions/action-gemini-analysis.md +322 -0
- package/.agents/skills/skill-tuning/phases/actions/action-generate-report.md +228 -0
- package/.agents/skills/skill-tuning/phases/actions/action-init.md +149 -0
- package/.agents/skills/skill-tuning/phases/actions/action-propose-fixes.md +317 -0
- package/.agents/skills/skill-tuning/phases/actions/action-verify.md +222 -0
- package/.agents/skills/skill-tuning/phases/orchestrator.md +190 -0
- package/.agents/skills/skill-tuning/phases/state-schema.md +378 -0
- package/.agents/skills/skill-tuning/specs/category-mappings.json +284 -0
- package/.agents/skills/skill-tuning/specs/dimension-mapping.md +212 -0
- package/.agents/skills/skill-tuning/specs/problem-taxonomy.md +210 -0
- package/.agents/skills/skill-tuning/specs/quality-gates.md +263 -0
- package/.agents/skills/skill-tuning/specs/skill-authoring-principles.md +192 -0
- package/.agents/skills/skill-tuning/specs/tuning-strategies.md +392 -0
- package/.agents/skills/skill-tuning/templates/diagnosis-report.md +153 -0
- package/.agents/skills/skill-tuning/templates/fix-proposal.md +204 -0
- package/.agents/skills/team-arch-opt/SKILL.md +160 -0
- package/.agents/skills/team-arch-opt/roles/analyzer/role.md +88 -0
- package/.agents/skills/team-arch-opt/roles/coordinator/commands/analyze.md +57 -0
- package/.agents/skills/team-arch-opt/roles/coordinator/commands/dispatch.md +371 -0
- package/.agents/skills/team-arch-opt/roles/coordinator/commands/monitor.md +216 -0
- package/.agents/skills/team-arch-opt/roles/coordinator/role.md +146 -0
- package/.agents/skills/team-arch-opt/roles/designer/role.md +117 -0
- package/.agents/skills/team-arch-opt/roles/refactorer/role.md +106 -0
- package/.agents/skills/team-arch-opt/roles/reviewer/role.md +113 -0
- package/.agents/skills/team-arch-opt/roles/validator/role.md +117 -0
- package/.agents/skills/team-arch-opt/specs/pipelines.md +102 -0
- package/.agents/skills/team-arch-opt/specs/team-config.json +263 -0
- package/.agents/skills/team-brainstorm/SKILL.md +173 -0
- package/.agents/skills/team-brainstorm/roles/challenger/role.md +63 -0
- package/.agents/skills/team-brainstorm/roles/coordinator/commands/analyze.md +58 -0
- package/.agents/skills/team-brainstorm/roles/coordinator/commands/dispatch.md +206 -0
- package/.agents/skills/team-brainstorm/roles/coordinator/commands/monitor.md +199 -0
- package/.agents/skills/team-brainstorm/roles/coordinator/role.md +140 -0
- package/.agents/skills/team-brainstorm/roles/evaluator/role.md +58 -0
- package/.agents/skills/team-brainstorm/roles/ideator/role.md +71 -0
- package/.agents/skills/team-brainstorm/roles/synthesizer/role.md +59 -0
- package/.agents/skills/team-brainstorm/specs/pipelines.md +72 -0
- package/.agents/skills/team-brainstorm/specs/team-config.json +86 -0
- package/.agents/skills/team-coordinate/SKILL.md +262 -262
- package/.agents/skills/team-coordinate/roles/coordinator/commands/monitor.md +2 -2
- package/.agents/skills/team-coordinate/roles/coordinator/role.md +1 -1
- package/.agents/skills/team-designer/SKILL.md +162 -0
- package/.agents/skills/team-designer/phases/01-requirements-analysis.md +265 -0
- package/.agents/skills/team-designer/phases/02-scaffold-generation.md +236 -0
- package/.agents/skills/team-designer/phases/03-content-generation.md +330 -0
- package/.agents/skills/team-designer/phases/04-validation.md +329 -0
- package/.agents/skills/team-executor/SKILL.md +1 -1
- package/.agents/skills/team-frontend/SKILL.md +138 -0
- package/.agents/skills/team-frontend/roles/analyst/role.md +102 -0
- package/.agents/skills/team-frontend/roles/architect/role.md +88 -0
- package/.agents/skills/team-frontend/roles/coordinator/commands/analyze.md +52 -0
- package/.agents/skills/team-frontend/roles/coordinator/commands/dispatch.md +197 -0
- package/.agents/skills/team-frontend/roles/coordinator/commands/monitor.md +233 -0
- package/.agents/skills/team-frontend/roles/coordinator/role.md +158 -0
- package/.agents/skills/team-frontend/roles/developer/role.md +95 -0
- package/.agents/skills/team-frontend/roles/qa/role.md +81 -0
- package/.agents/skills/team-frontend/specs/pipelines.md +76 -0
- package/.agents/skills/team-frontend/specs/team-config.json +84 -0
- package/.agents/skills/team-frontend-debug/SKILL.md +200 -0
- package/.agents/skills/team-frontend-debug/roles/analyzer/role.md +210 -0
- package/.agents/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +174 -0
- package/.agents/skills/team-frontend-debug/roles/coordinator/commands/dispatch.md +256 -0
- package/.agents/skills/team-frontend-debug/roles/coordinator/commands/monitor.md +148 -0
- package/.agents/skills/team-frontend-debug/roles/coordinator/role.md +131 -0
- package/.agents/skills/team-frontend-debug/roles/fixer/role.md +149 -0
- package/.agents/skills/team-frontend-debug/roles/reproducer/role.md +157 -0
- package/.agents/skills/team-frontend-debug/roles/tester/role.md +233 -0
- package/.agents/skills/team-frontend-debug/roles/verifier/role.md +174 -0
- package/.agents/skills/team-frontend-debug/specs/debug-tools.md +215 -0
- package/.agents/skills/team-frontend-debug/specs/pipelines.md +94 -0
- package/.agents/skills/team-interactive-craft/SKILL.md +143 -0
- package/.agents/skills/team-interactive-craft/roles/a11y-tester/role.md +161 -0
- package/.agents/skills/team-interactive-craft/roles/builder/role.md +218 -0
- package/.agents/skills/team-interactive-craft/roles/coordinator/commands/analyze.md +71 -0
- package/.agents/skills/team-interactive-craft/roles/coordinator/commands/dispatch.md +192 -0
- package/.agents/skills/team-interactive-craft/roles/coordinator/commands/monitor.md +215 -0
- package/.agents/skills/team-interactive-craft/roles/coordinator/role.md +166 -0
- package/.agents/skills/team-interactive-craft/roles/interaction-designer/role.md +146 -0
- package/.agents/skills/team-interactive-craft/roles/researcher/role.md +133 -0
- package/.agents/skills/team-interactive-craft/specs/interaction-patterns.md +362 -0
- package/.agents/skills/team-interactive-craft/specs/pipelines.md +85 -0
- package/.agents/skills/team-interactive-craft/specs/team-config.json +105 -0
- package/.agents/skills/team-interactive-craft/specs/vanilla-constraints.md +83 -0
- package/.agents/skills/team-issue/SKILL.md +173 -0
- package/.agents/skills/team-issue/roles/coordinator/commands/analyze.md +64 -0
- package/.agents/skills/team-issue/roles/coordinator/commands/dispatch.md +349 -0
- package/.agents/skills/team-issue/roles/coordinator/commands/monitor.md +229 -0
- package/.agents/skills/team-issue/roles/coordinator/role.md +177 -0
- package/.agents/skills/team-issue/roles/explorer/role.md +104 -0
- package/.agents/skills/team-issue/roles/implementer/role.md +89 -0
- package/.agents/skills/team-issue/roles/integrator/role.md +86 -0
- package/.agents/skills/team-issue/roles/planner/role.md +83 -0
- package/.agents/skills/team-issue/roles/reviewer/role.md +88 -0
- package/.agents/skills/team-issue/specs/pipelines.md +124 -0
- package/.agents/skills/team-issue/specs/team-config.json +70 -0
- package/.agents/skills/team-lifecycle-v4/SKILL.md +205 -205
- package/.agents/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +2 -2
- package/.agents/skills/team-lifecycle-v4/roles/coordinator/role.md +1 -1
- package/.agents/skills/team-motion-design/SKILL.md +144 -0
- package/.agents/skills/team-motion-design/roles/animator/role.md +196 -0
- package/.agents/skills/team-motion-design/roles/choreographer/role.md +166 -0
- package/.agents/skills/team-motion-design/roles/coordinator/commands/analyze.md +64 -0
- package/.agents/skills/team-motion-design/roles/coordinator/commands/dispatch.md +203 -0
- package/.agents/skills/team-motion-design/roles/coordinator/commands/monitor.md +216 -0
- package/.agents/skills/team-motion-design/roles/coordinator/role.md +167 -0
- package/.agents/skills/team-motion-design/roles/motion-researcher/role.md +117 -0
- package/.agents/skills/team-motion-design/roles/motion-tester/role.md +177 -0
- package/.agents/skills/team-motion-design/specs/gpu-constraints.md +114 -0
- package/.agents/skills/team-motion-design/specs/motion-tokens.md +128 -0
- package/.agents/skills/team-motion-design/specs/pipelines.md +74 -0
- package/.agents/skills/team-motion-design/specs/reduced-motion.md +129 -0
- package/.agents/skills/team-motion-design/specs/team-config.json +99 -0
- package/.agents/skills/team-perf-opt/SKILL.md +177 -0
- package/.agents/skills/team-perf-opt/roles/benchmarker/role.md +91 -0
- package/.agents/skills/team-perf-opt/roles/coordinator/commands/analyze.md +61 -0
- package/.agents/skills/team-perf-opt/roles/coordinator/commands/dispatch.md +376 -0
- package/.agents/skills/team-perf-opt/roles/coordinator/commands/monitor.md +362 -0
- package/.agents/skills/team-perf-opt/roles/coordinator/role.md +147 -0
- package/.agents/skills/team-perf-opt/roles/optimizer/role.md +101 -0
- package/.agents/skills/team-perf-opt/roles/profiler/role.md +83 -0
- package/.agents/skills/team-perf-opt/roles/reviewer/role.md +77 -0
- package/.agents/skills/team-perf-opt/roles/strategist/role.md +96 -0
- package/.agents/skills/team-perf-opt/specs/pipelines.md +65 -0
- package/.agents/skills/team-perf-opt/specs/team-config.json +246 -0
- package/.agents/skills/team-planex/SKILL.md +139 -0
- package/.agents/skills/team-planex/roles/coordinator/commands/analyze.md +52 -0
- package/.agents/skills/team-planex/roles/coordinator/commands/dispatch.md +87 -0
- package/.agents/skills/team-planex/roles/coordinator/commands/monitor.md +195 -0
- package/.agents/skills/team-planex/roles/coordinator/role.md +140 -0
- package/.agents/skills/team-planex/roles/executor/role.md +93 -0
- package/.agents/skills/team-planex/roles/planner/role.md +121 -0
- package/.agents/skills/team-planex/specs/pipelines.md +93 -0
- package/.agents/skills/team-quality-assurance/SKILL.md +143 -143
- package/.agents/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +1 -1
- package/.agents/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +2 -2
- package/.agents/skills/team-quality-assurance/roles/coordinator/role.md +1 -1
- package/.agents/skills/team-quality-assurance/roles/scout/role.md +66 -66
- package/.agents/skills/team-review/SKILL.md +143 -143
- package/.agents/skills/team-review/roles/coordinator/commands/dispatch.md +1 -1
- package/.agents/skills/team-review/roles/coordinator/commands/monitor.md +2 -2
- package/.agents/skills/team-review/roles/coordinator/role.md +1 -1
- package/.agents/skills/team-roadmap-dev/SKILL.md +171 -0
- package/.agents/skills/team-roadmap-dev/roles/coordinator/commands/analyze.md +61 -0
- package/.agents/skills/team-roadmap-dev/roles/coordinator/commands/dispatch.md +212 -0
- package/.agents/skills/team-roadmap-dev/roles/coordinator/commands/monitor.md +477 -0
- package/.agents/skills/team-roadmap-dev/roles/coordinator/commands/pause.md +90 -0
- package/.agents/skills/team-roadmap-dev/roles/coordinator/commands/resume.md +137 -0
- package/.agents/skills/team-roadmap-dev/roles/coordinator/commands/roadmap-discuss.md +287 -0
- package/.agents/skills/team-roadmap-dev/roles/coordinator/role.md +302 -0
- package/.agents/skills/team-roadmap-dev/roles/executor/role.md +74 -0
- package/.agents/skills/team-roadmap-dev/roles/planner/role.md +88 -0
- package/.agents/skills/team-roadmap-dev/roles/verifier/role.md +76 -0
- package/.agents/skills/team-roadmap-dev/specs/pipelines.md +93 -0
- package/.agents/skills/team-roadmap-dev/specs/team-config.json +95 -0
- package/.agents/skills/team-swarm/SKILL.md +174 -174
- package/.agents/skills/team-tech-debt/SKILL.md +124 -124
- package/.agents/skills/team-tech-debt/roles/coordinator/commands/dispatch.md +1 -1
- package/.agents/skills/team-tech-debt/roles/coordinator/commands/monitor.md +2 -2
- package/.agents/skills/team-tech-debt/roles/scanner/role.md +84 -84
- package/.agents/skills/team-testing/SKILL.md +139 -139
- package/.agents/skills/team-testing/roles/coordinator/commands/dispatch.md +1 -1
- package/.agents/skills/team-testing/roles/coordinator/commands/monitor.md +2 -2
- package/.agents/skills/team-testing/roles/coordinator/role.md +1 -1
- package/.agents/skills/team-ui-polish/SKILL.md +143 -0
- package/.agents/skills/team-ui-polish/roles/coordinator/commands/analyze.md +77 -0
- package/.agents/skills/team-ui-polish/roles/coordinator/commands/dispatch.md +194 -0
- package/.agents/skills/team-ui-polish/roles/coordinator/commands/monitor.md +212 -0
- package/.agents/skills/team-ui-polish/roles/coordinator/role.md +170 -0
- package/.agents/skills/team-ui-polish/roles/diagnostician/role.md +162 -0
- package/.agents/skills/team-ui-polish/roles/optimizer/role.md +227 -0
- package/.agents/skills/team-ui-polish/roles/scanner/role.md +358 -0
- package/.agents/skills/team-ui-polish/roles/verifier/role.md +144 -0
- package/.agents/skills/team-ui-polish/specs/anti-patterns.md +141 -0
- package/.agents/skills/team-ui-polish/specs/design-standards.md +356 -0
- package/.agents/skills/team-ui-polish/specs/fix-strategies.md +235 -0
- package/.agents/skills/team-ui-polish/specs/pipelines.md +81 -0
- package/.agents/skills/team-ui-polish/specs/scoring-guide.md +162 -0
- package/.agents/skills/team-ui-polish/specs/team-config.json +73 -0
- package/.agents/skills/team-uidesign/SKILL.md +146 -0
- package/.agents/skills/team-uidesign/roles/coordinator/commands/analyze.md +59 -0
- package/.agents/skills/team-uidesign/roles/coordinator/commands/dispatch.md +185 -0
- package/.agents/skills/team-uidesign/roles/coordinator/commands/monitor.md +216 -0
- package/.agents/skills/team-uidesign/roles/coordinator/role.md +168 -0
- package/.agents/skills/team-uidesign/roles/designer/role.md +95 -0
- package/.agents/skills/team-uidesign/roles/implementer/role.md +96 -0
- package/.agents/skills/team-uidesign/roles/researcher/role.md +103 -0
- package/.agents/skills/team-uidesign/roles/reviewer/role.md +71 -0
- package/.agents/skills/team-uidesign/specs/anti-patterns.md +211 -0
- package/.agents/skills/team-uidesign/specs/design-standards.md +329 -0
- package/.agents/skills/team-uidesign/specs/pipelines.md +76 -0
- package/.agents/skills/team-uidesign/specs/scoring-guide.md +114 -0
- package/.agents/skills/team-uidesign/specs/team-config.json +107 -0
- package/.agents/skills/team-uidesign/specs/ux-writing.md +86 -0
- package/.agents/skills/team-ultra-analyze/SKILL.md +175 -0
- package/.agents/skills/team-ultra-analyze/roles/analyst/role.md +100 -0
- package/.agents/skills/team-ultra-analyze/roles/coordinator/commands/analyze.md +73 -0
- package/.agents/skills/team-ultra-analyze/roles/coordinator/commands/dispatch.md +285 -0
- package/.agents/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +372 -0
- package/.agents/skills/team-ultra-analyze/roles/coordinator/role.md +247 -0
- package/.agents/skills/team-ultra-analyze/roles/discussant/role.md +109 -0
- package/.agents/skills/team-ultra-analyze/roles/explorer/role.md +77 -0
- package/.agents/skills/team-ultra-analyze/roles/synthesizer/role.md +80 -0
- package/.agents/skills/team-ultra-analyze/specs/pipelines.md +64 -0
- package/.agents/skills/team-ultra-analyze/specs/team-config.json +129 -0
- package/.agents/skills/team-ux-improve/SKILL.md +153 -0
- package/.agents/skills/team-ux-improve/roles/coordinator/commands/analyze.md +62 -0
- package/.agents/skills/team-ux-improve/roles/coordinator/commands/dispatch.md +200 -0
- package/.agents/skills/team-ux-improve/roles/coordinator/commands/monitor.md +186 -0
- package/.agents/skills/team-ux-improve/roles/coordinator/role.md +142 -0
- package/.agents/skills/team-ux-improve/roles/designer/role.md +154 -0
- package/.agents/skills/team-ux-improve/roles/diagnoser/role.md +110 -0
- package/.agents/skills/team-ux-improve/roles/explorer/role.md +79 -0
- package/.agents/skills/team-ux-improve/roles/implementer/role.md +104 -0
- package/.agents/skills/team-ux-improve/roles/scanner/role.md +137 -0
- package/.agents/skills/team-ux-improve/roles/tester/role.md +86 -0
- package/.agents/skills/team-ux-improve/specs/anti-patterns.md +103 -0
- package/.agents/skills/team-ux-improve/specs/design-standards.md +54 -0
- package/.agents/skills/team-ux-improve/specs/heuristics.md +88 -0
- package/.agents/skills/team-ux-improve/specs/pipelines.md +54 -0
- package/.agents/skills/team-ux-improve/specs/team-config.json +181 -0
- package/.agents/skills/team-ux-improve/wisdom/anti-patterns/common-ux-pitfalls.md +49 -0
- package/.agents/skills/team-ux-improve/wisdom/contributions/.gitkeep +0 -0
- package/.agents/skills/team-ux-improve/wisdom/patterns/state-management.md +34 -0
- package/.agents/skills/team-ux-improve/wisdom/patterns/ui-feedback.md +40 -0
- package/.agents/skills/team-ux-improve/wisdom/principles/general-ux.md +43 -0
- package/.agents/skills/team-visual-a11y/SKILL.md +158 -0
- package/.agents/skills/team-visual-a11y/roles/color-auditor/role.md +180 -0
- package/.agents/skills/team-visual-a11y/roles/coordinator/commands/analyze.md +72 -0
- package/.agents/skills/team-visual-a11y/roles/coordinator/commands/dispatch.md +250 -0
- package/.agents/skills/team-visual-a11y/roles/coordinator/commands/monitor.md +236 -0
- package/.agents/skills/team-visual-a11y/roles/coordinator/role.md +169 -0
- package/.agents/skills/team-visual-a11y/roles/fix-implementer/role.md +248 -0
- package/.agents/skills/team-visual-a11y/roles/focus-auditor/role.md +224 -0
- package/.agents/skills/team-visual-a11y/roles/remediation-planner/role.md +208 -0
- package/.agents/skills/team-visual-a11y/roles/typo-auditor/role.md +187 -0
- package/.agents/skills/team-visual-a11y/specs/focus-patterns.md +325 -0
- package/.agents/skills/team-visual-a11y/specs/oklch-standards.md +130 -0
- package/.agents/skills/team-visual-a11y/specs/pipelines.md +98 -0
- package/.agents/skills/team-visual-a11y/specs/team-config.json +109 -0
- package/.agents/skills/team-visual-a11y/specs/typography-scale.md +165 -0
- package/.agents/skills/team-visual-a11y/specs/wcag-matrix.md +133 -0
- package/.agy/skills/delegation-check/SKILL.md +296 -0
- package/.agy/skills/delegation-check/specs/separation-rules.md +261 -0
- package/.agy/skills/odyssey-debug/SKILL.md +30 -16
- package/.agy/skills/odyssey-improve/SKILL.md +28 -15
- package/.agy/skills/odyssey-planex/SKILL.md +20 -12
- package/.agy/skills/odyssey-review-test-fix/SKILL.md +29 -13
- package/.agy/skills/odyssey-ui/SKILL.md +27 -14
- package/.agy/skills/prompt-generator/SKILL.md +469 -0
- package/.agy/skills/prompt-generator/specs/agent-design-spec.md +299 -0
- package/.agy/skills/prompt-generator/specs/command-design-spec.md +379 -0
- package/.agy/skills/prompt-generator/specs/conversion-spec.md +207 -0
- package/.agy/skills/prompt-generator/templates/agent-md.md +145 -0
- package/.agy/skills/prompt-generator/templates/command-md.md +130 -0
- package/.agy/skills/scholar-anti-ai-writing/SKILL.md +172 -0
- package/.agy/skills/scholar-anti-ai-writing/phases/01-detect-score.md +126 -0
- package/.agy/skills/scholar-anti-ai-writing/phases/02-rewrite-polish.md +177 -0
- package/.agy/skills/scholar-anti-ai-writing/phases/03-validate-score.md +134 -0
- package/.agy/skills/scholar-anti-ai-writing/references/patterns-chinese.md +242 -0
- package/.agy/skills/scholar-anti-ai-writing/references/patterns-english.md +242 -0
- package/.agy/skills/scholar-citation-verify/SKILL.md +165 -0
- package/.agy/skills/scholar-citation-verify/phases/01-scan-extract.md +141 -0
- package/.agy/skills/scholar-citation-verify/phases/02-verify.md +310 -0
- package/.agy/skills/scholar-citation-verify/phases/03-report-fix.md +190 -0
- package/.agy/skills/scholar-citation-verify/references/api-usage.md +372 -0
- package/.agy/skills/scholar-citation-verify/references/common-errors.md +384 -0
- package/.agy/skills/scholar-citation-verify/references/verification-rules.md +399 -0
- package/.agy/skills/scholar-experiment/SKILL.md +320 -0
- package/.agy/skills/scholar-experiment/phases/01-data-loading.md +209 -0
- package/.agy/skills/scholar-experiment/phases/02-statistical-analysis.md +269 -0
- package/.agy/skills/scholar-experiment/phases/03-visualization.md +319 -0
- package/.agy/skills/scholar-experiment/phases/04-results-writing.md +229 -0
- package/.agy/skills/scholar-experiment/phases/05-quality-check.md +261 -0
- package/.agy/skills/scholar-ideation/SKILL.md +287 -0
- package/.agy/skills/scholar-ideation/phases/01-literature-search.md +317 -0
- package/.agy/skills/scholar-ideation/phases/02-gap-analysis.md +249 -0
- package/.agy/skills/scholar-ideation/phases/03-research-question.md +200 -0
- package/.agy/skills/scholar-ideation/phases/04-method-selection.md +185 -0
- package/.agy/skills/scholar-ideation/phases/05-research-planning.md +385 -0
- package/.agy/skills/scholar-latex-organizer/SKILL.md +185 -0
- package/.agy/skills/scholar-latex-organizer/phases/01-extract-analyze.md +228 -0
- package/.agy/skills/scholar-latex-organizer/phases/02-cleanup-organize.md +500 -0
- package/.agy/skills/scholar-latex-organizer/phases/03-readme-finalize.md +349 -0
- package/.agy/skills/scholar-publish/SKILL.md +219 -0
- package/.agy/skills/scholar-publish/phases/01-presentation.md +243 -0
- package/.agy/skills/scholar-publish/phases/02-poster.md +239 -0
- package/.agy/skills/scholar-publish/phases/03-promotion.md +255 -0
- package/.agy/skills/scholar-rebuttal-pro/README.md +313 -0
- package/.agy/skills/scholar-rebuttal-pro/SKILL.md +510 -0
- package/.agy/skills/scholar-rebuttal-pro/phases/01-review-parsing.md +227 -0
- package/.agy/skills/scholar-rebuttal-pro/phases/02-multi-perspective-discussion.md +395 -0
- package/.agy/skills/scholar-rebuttal-pro/phases/03-strategy-formulation.md +459 -0
- package/.agy/skills/scholar-rebuttal-pro/phases/04-rebuttal-writing.md +384 -0
- package/.agy/skills/scholar-rebuttal-pro/phases/05-quality-validation.md +691 -0
- package/.agy/skills/scholar-review/SKILL.md +226 -0
- package/.agy/skills/scholar-review/phases/01-self-review.md +186 -0
- package/.agy/skills/scholar-review/phases/02-review-analysis.md +203 -0
- package/.agy/skills/scholar-review/phases/03-response-strategy.md +193 -0
- package/.agy/skills/scholar-review/phases/04-rebuttal-writing.md +181 -0
- package/.agy/skills/scholar-review/phases/05-revision.md +183 -0
- package/.agy/skills/scholar-review/specs/tone-guidelines.md +76 -0
- package/.agy/skills/scholar-thesis-docx/LICENSE +21 -0
- package/.agy/skills/scholar-thesis-docx/README.md +111 -0
- package/.agy/skills/scholar-thesis-docx/README_EN.md +108 -0
- package/.agy/skills/scholar-thesis-docx/SKILL.md +211 -0
- package/.agy/skills/scholar-thesis-docx/agents/openai.yaml +4 -0
- package/.agy/skills/scholar-thesis-docx/examples/architecture.sample.mmd +5 -0
- package/.agy/skills/scholar-thesis-docx/examples/final-audit-checklist.sample.md +46 -0
- package/.agy/skills/scholar-thesis-docx/examples/word-style-config.sample.json +35 -0
- package/.agy/skills/scholar-thesis-docx/references/failure-patterns-and-quality-gates.md +178 -0
- package/.agy/skills/scholar-thesis-docx/references/figure-and-code-rules.md +33 -0
- package/.agy/skills/scholar-thesis-docx/references/paper-format-workflow.md +68 -0
- package/.agy/skills/scholar-thesis-docx/references/script-usage.md +157 -0
- package/.agy/skills/scholar-thesis-docx/scripts/audit_docx_ooxml.py +429 -0
- package/.agy/skills/scholar-thesis-docx/scripts/check_word_com.ps1 +50 -0
- package/.agy/skills/scholar-thesis-docx/scripts/export_word_pdf.ps1 +62 -0
- package/.agy/skills/scholar-thesis-docx/scripts/normalize_word_styles.ps1 +498 -0
- package/.agy/skills/scholar-thesis-docx/scripts/render_mermaid_figure.ps1 +148 -0
- package/.agy/skills/scholar-writing/SKILL.md +295 -0
- package/.agy/skills/scholar-writing/phases/01-repo-understanding.md +178 -0
- package/.agy/skills/scholar-writing/phases/02-structure-planning.md +197 -0
- package/.agy/skills/scholar-writing/phases/03-section-drafting.md +215 -0
- package/.agy/skills/scholar-writing/phases/04-citation-management.md +310 -0
- package/.agy/skills/scholar-writing/phases/05-anti-ai-polish.md +202 -0
- package/.agy/skills/scholar-writing/phases/06-conference-formatting.md +260 -0
- package/.agy/skills/skill-generator/SKILL.md +470 -0
- package/.agy/skills/skill-generator/phases/01-requirements-discovery.md +238 -0
- package/.agy/skills/skill-generator/phases/02-structure-generation.md +261 -0
- package/.agy/skills/skill-generator/phases/03-phase-generation.md +988 -0
- package/.agy/skills/skill-generator/phases/04-specs-templates.md +398 -0
- package/.agy/skills/skill-generator/phases/05-validation.md +417 -0
- package/.agy/skills/skill-generator/specs/cli-integration.md +432 -0
- package/.agy/skills/skill-generator/specs/execution-modes.md +399 -0
- package/.agy/skills/skill-generator/specs/reference-docs-spec.md +271 -0
- package/.agy/skills/skill-generator/specs/scripting-integration.md +265 -0
- package/.agy/skills/skill-generator/specs/skill-requirements.md +466 -0
- package/.agy/skills/skill-generator/templates/autonomous-action.md +330 -0
- package/.agy/skills/skill-generator/templates/autonomous-orchestrator.md +312 -0
- package/.agy/skills/skill-generator/templates/code-analysis-action.md +527 -0
- package/.agy/skills/skill-generator/templates/llm-action.md +367 -0
- package/.agy/skills/skill-generator/templates/script-template.md +368 -0
- package/.agy/skills/skill-generator/templates/sequential-phase.md +482 -0
- package/.agy/skills/skill-generator/templates/skill-md.md +312 -0
- package/.agy/skills/skill-iter-tune/SKILL.md +15 -15
- package/.agy/skills/skill-iter-tune/phases/02-execute.md +5 -5
- package/.agy/skills/skill-iter-tune/phases/03-evaluate.md +4 -4
- package/.agy/skills/skill-iter-tune/templates/eval-prompt.md +1 -1
- package/.agy/skills/skill-iter-tune/templates/execute-prompt.md +1 -1
- package/.agy/skills/skill-simplify/SKILL.md +62 -0
- package/.agy/skills/skill-simplify/phases/01-analysis.md +224 -0
- package/.agy/skills/skill-simplify/phases/02-optimize.md +111 -0
- package/.agy/skills/skill-simplify/phases/03-check.md +224 -0
- package/.agy/skills/skill-tuning/SKILL.md +173 -0
- package/.agy/skills/skill-tuning/phases/actions/action-abort.md +164 -0
- package/.agy/skills/skill-tuning/phases/actions/action-analyze-requirements.md +406 -0
- package/.agy/skills/skill-tuning/phases/actions/action-apply-fix.md +206 -0
- package/.agy/skills/skill-tuning/phases/actions/action-complete.md +195 -0
- package/.agy/skills/skill-tuning/phases/actions/action-diagnose-agent.md +317 -0
- package/.agy/skills/skill-tuning/phases/actions/action-diagnose-context.md +243 -0
- package/.agy/skills/skill-tuning/phases/actions/action-diagnose-dataflow.md +318 -0
- package/.agy/skills/skill-tuning/phases/actions/action-diagnose-docs.md +299 -0
- package/.agy/skills/skill-tuning/phases/actions/action-diagnose-memory.md +269 -0
- package/.agy/skills/skill-tuning/phases/actions/action-diagnose-token-consumption.md +200 -0
- package/.agy/skills/skill-tuning/phases/actions/action-gemini-analysis.md +322 -0
- package/.agy/skills/skill-tuning/phases/actions/action-generate-report.md +228 -0
- package/.agy/skills/skill-tuning/phases/actions/action-init.md +149 -0
- package/.agy/skills/skill-tuning/phases/actions/action-propose-fixes.md +317 -0
- package/.agy/skills/skill-tuning/phases/actions/action-verify.md +222 -0
- package/.agy/skills/skill-tuning/phases/orchestrator.md +202 -0
- package/.agy/skills/skill-tuning/phases/state-schema.md +378 -0
- package/.agy/skills/skill-tuning/specs/category-mappings.json +284 -0
- package/.agy/skills/skill-tuning/specs/dimension-mapping.md +212 -0
- package/.agy/skills/skill-tuning/specs/problem-taxonomy.md +210 -0
- package/.agy/skills/skill-tuning/specs/quality-gates.md +263 -0
- package/.agy/skills/skill-tuning/specs/skill-authoring-principles.md +204 -0
- package/.agy/skills/skill-tuning/specs/tuning-strategies.md +405 -0
- package/.agy/skills/skill-tuning/templates/diagnosis-report.md +153 -0
- package/.agy/skills/skill-tuning/templates/fix-proposal.md +204 -0
- package/.agy/skills/team-arch-opt/SKILL.md +148 -0
- package/.agy/skills/team-arch-opt/roles/analyzer/role.md +85 -0
- package/.agy/skills/team-arch-opt/roles/coordinator/commands/analyze.md +57 -0
- package/.agy/skills/team-arch-opt/roles/coordinator/commands/dispatch.md +371 -0
- package/.agy/skills/team-arch-opt/roles/coordinator/commands/monitor.md +205 -0
- package/.agy/skills/team-arch-opt/roles/coordinator/role.md +146 -0
- package/.agy/skills/team-arch-opt/roles/designer/role.md +114 -0
- package/.agy/skills/team-arch-opt/roles/refactorer/role.md +103 -0
- package/.agy/skills/team-arch-opt/roles/reviewer/role.md +110 -0
- package/.agy/skills/team-arch-opt/roles/validator/role.md +114 -0
- package/.agy/skills/team-arch-opt/specs/pipelines.md +102 -0
- package/.agy/skills/team-arch-opt/specs/team-config.json +263 -0
- package/.agy/skills/team-brainstorm/SKILL.md +138 -0
- package/.agy/skills/team-brainstorm/roles/challenger/role.md +60 -0
- package/.agy/skills/team-brainstorm/roles/coordinator/commands/analyze.md +58 -0
- package/.agy/skills/team-brainstorm/roles/coordinator/commands/dispatch.md +206 -0
- package/.agy/skills/team-brainstorm/roles/coordinator/commands/monitor.md +183 -0
- package/.agy/skills/team-brainstorm/roles/coordinator/role.md +140 -0
- package/.agy/skills/team-brainstorm/roles/evaluator/role.md +55 -0
- package/.agy/skills/team-brainstorm/roles/ideator/role.md +68 -0
- package/.agy/skills/team-brainstorm/roles/synthesizer/role.md +56 -0
- package/.agy/skills/team-brainstorm/specs/pipelines.md +72 -0
- package/.agy/skills/team-brainstorm/specs/team-config.json +86 -0
- package/.agy/skills/team-coordinate/SKILL.md +238 -249
- package/.agy/skills/team-coordinate/roles/coordinator/commands/monitor.md +2 -2
- package/.agy/skills/team-coordinate/roles/coordinator/role.md +1 -1
- package/.agy/skills/team-designer/SKILL.md +159 -0
- package/.agy/skills/team-designer/phases/01-requirements-analysis.md +265 -0
- package/.agy/skills/team-designer/phases/02-scaffold-generation.md +248 -0
- package/.agy/skills/team-designer/phases/03-content-generation.md +330 -0
- package/.agy/skills/team-designer/phases/04-validation.md +329 -0
- package/.agy/skills/team-frontend/SKILL.md +126 -0
- package/.agy/skills/team-frontend/roles/analyst/role.md +98 -0
- package/.agy/skills/team-frontend/roles/architect/role.md +84 -0
- package/.agy/skills/team-frontend/roles/coordinator/commands/analyze.md +52 -0
- package/.agy/skills/team-frontend/roles/coordinator/commands/dispatch.md +197 -0
- package/.agy/skills/team-frontend/roles/coordinator/commands/monitor.md +222 -0
- package/.agy/skills/team-frontend/roles/coordinator/role.md +158 -0
- package/.agy/skills/team-frontend/roles/developer/role.md +91 -0
- package/.agy/skills/team-frontend/roles/qa/role.md +77 -0
- package/.agy/skills/team-frontend/specs/pipelines.md +76 -0
- package/.agy/skills/team-frontend/specs/team-config.json +84 -0
- package/.agy/skills/team-frontend-debug/SKILL.md +188 -0
- package/.agy/skills/team-frontend-debug/roles/analyzer/role.md +205 -0
- package/.agy/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +174 -0
- package/.agy/skills/team-frontend-debug/roles/coordinator/commands/dispatch.md +256 -0
- package/.agy/skills/team-frontend-debug/roles/coordinator/commands/monitor.md +148 -0
- package/.agy/skills/team-frontend-debug/roles/coordinator/role.md +131 -0
- package/.agy/skills/team-frontend-debug/roles/fixer/role.md +144 -0
- package/.agy/skills/team-frontend-debug/roles/reproducer/role.md +153 -0
- package/.agy/skills/team-frontend-debug/roles/tester/role.md +228 -0
- package/.agy/skills/team-frontend-debug/roles/verifier/role.md +170 -0
- package/.agy/skills/team-frontend-debug/specs/debug-tools.md +215 -0
- package/.agy/skills/team-frontend-debug/specs/pipelines.md +94 -0
- package/.agy/skills/team-interactive-craft/SKILL.md +131 -0
- package/.agy/skills/team-interactive-craft/roles/a11y-tester/role.md +158 -0
- package/.agy/skills/team-interactive-craft/roles/builder/role.md +215 -0
- package/.agy/skills/team-interactive-craft/roles/coordinator/commands/analyze.md +71 -0
- package/.agy/skills/team-interactive-craft/roles/coordinator/commands/dispatch.md +192 -0
- package/.agy/skills/team-interactive-craft/roles/coordinator/commands/monitor.md +204 -0
- package/.agy/skills/team-interactive-craft/roles/coordinator/role.md +166 -0
- package/.agy/skills/team-interactive-craft/roles/interaction-designer/role.md +143 -0
- package/.agy/skills/team-interactive-craft/roles/researcher/role.md +130 -0
- package/.agy/skills/team-interactive-craft/specs/interaction-patterns.md +362 -0
- package/.agy/skills/team-interactive-craft/specs/pipelines.md +85 -0
- package/.agy/skills/team-interactive-craft/specs/team-config.json +105 -0
- package/.agy/skills/team-interactive-craft/specs/vanilla-constraints.md +83 -0
- package/.agy/skills/team-issue/SKILL.md +138 -0
- package/.agy/skills/team-issue/roles/coordinator/commands/analyze.md +64 -0
- package/.agy/skills/team-issue/roles/coordinator/commands/dispatch.md +349 -0
- package/.agy/skills/team-issue/roles/coordinator/commands/monitor.md +195 -0
- package/.agy/skills/team-issue/roles/coordinator/role.md +174 -0
- package/.agy/skills/team-issue/roles/explorer/role.md +101 -0
- package/.agy/skills/team-issue/roles/implementer/role.md +86 -0
- package/.agy/skills/team-issue/roles/integrator/role.md +83 -0
- package/.agy/skills/team-issue/roles/planner/role.md +80 -0
- package/.agy/skills/team-issue/roles/reviewer/role.md +85 -0
- package/.agy/skills/team-issue/specs/pipelines.md +124 -0
- package/.agy/skills/team-issue/specs/team-config.json +70 -0
- package/.agy/skills/team-lifecycle-v4/SKILL.md +158 -169
- package/.agy/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +2 -2
- package/.agy/skills/team-lifecycle-v4/roles/coordinator/role.md +1 -1
- package/.agy/skills/team-motion-design/SKILL.md +132 -0
- package/.agy/skills/team-motion-design/roles/animator/role.md +193 -0
- package/.agy/skills/team-motion-design/roles/choreographer/role.md +163 -0
- package/.agy/skills/team-motion-design/roles/coordinator/commands/analyze.md +64 -0
- package/.agy/skills/team-motion-design/roles/coordinator/commands/dispatch.md +203 -0
- package/.agy/skills/team-motion-design/roles/coordinator/commands/monitor.md +205 -0
- package/.agy/skills/team-motion-design/roles/coordinator/role.md +167 -0
- package/.agy/skills/team-motion-design/roles/motion-researcher/role.md +114 -0
- package/.agy/skills/team-motion-design/roles/motion-tester/role.md +174 -0
- package/.agy/skills/team-motion-design/specs/gpu-constraints.md +114 -0
- package/.agy/skills/team-motion-design/specs/motion-tokens.md +128 -0
- package/.agy/skills/team-motion-design/specs/pipelines.md +74 -0
- package/.agy/skills/team-motion-design/specs/reduced-motion.md +129 -0
- package/.agy/skills/team-motion-design/specs/team-config.json +99 -0
- package/.agy/skills/team-perf-opt/SKILL.md +165 -0
- package/.agy/skills/team-perf-opt/roles/benchmarker/role.md +86 -0
- package/.agy/skills/team-perf-opt/roles/coordinator/commands/analyze.md +61 -0
- package/.agy/skills/team-perf-opt/roles/coordinator/commands/dispatch.md +376 -0
- package/.agy/skills/team-perf-opt/roles/coordinator/commands/monitor.md +351 -0
- package/.agy/skills/team-perf-opt/roles/coordinator/role.md +147 -0
- package/.agy/skills/team-perf-opt/roles/optimizer/role.md +96 -0
- package/.agy/skills/team-perf-opt/roles/profiler/role.md +79 -0
- package/.agy/skills/team-perf-opt/roles/reviewer/role.md +72 -0
- package/.agy/skills/team-perf-opt/roles/strategist/role.md +92 -0
- package/.agy/skills/team-perf-opt/specs/pipelines.md +65 -0
- package/.agy/skills/team-perf-opt/specs/team-config.json +246 -0
- package/.agy/skills/team-planex/SKILL.md +126 -0
- package/.agy/skills/team-planex/roles/coordinator/commands/analyze.md +52 -0
- package/.agy/skills/team-planex/roles/coordinator/commands/dispatch.md +87 -0
- package/.agy/skills/team-planex/roles/coordinator/commands/monitor.md +186 -0
- package/.agy/skills/team-planex/roles/coordinator/role.md +140 -0
- package/.agy/skills/team-planex/roles/executor/role.md +89 -0
- package/.agy/skills/team-planex/roles/planner/role.md +117 -0
- package/.agy/skills/team-planex/specs/pipelines.md +93 -0
- package/.agy/skills/team-quality-assurance/SKILL.md +119 -130
- package/.agy/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +1 -1
- package/.agy/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +2 -2
- package/.agy/skills/team-quality-assurance/roles/coordinator/role.md +1 -1
- package/.agy/skills/team-quality-assurance/roles/scout/role.md +66 -66
- package/.agy/skills/team-review/SKILL.md +119 -131
- package/.agy/skills/team-review/roles/coordinator/commands/dispatch.md +1 -1
- package/.agy/skills/team-review/roles/coordinator/commands/monitor.md +2 -2
- package/.agy/skills/team-review/roles/coordinator/role.md +1 -1
- package/.agy/skills/team-roadmap-dev/SKILL.md +159 -0
- package/.agy/skills/team-roadmap-dev/roles/coordinator/commands/analyze.md +61 -0
- package/.agy/skills/team-roadmap-dev/roles/coordinator/commands/dispatch.md +212 -0
- package/.agy/skills/team-roadmap-dev/roles/coordinator/commands/monitor.md +460 -0
- package/.agy/skills/team-roadmap-dev/roles/coordinator/commands/pause.md +90 -0
- package/.agy/skills/team-roadmap-dev/roles/coordinator/commands/resume.md +137 -0
- package/.agy/skills/team-roadmap-dev/roles/coordinator/commands/roadmap-discuss.md +287 -0
- package/.agy/skills/team-roadmap-dev/roles/coordinator/role.md +302 -0
- package/.agy/skills/team-roadmap-dev/roles/executor/role.md +69 -0
- package/.agy/skills/team-roadmap-dev/roles/planner/role.md +83 -0
- package/.agy/skills/team-roadmap-dev/roles/verifier/role.md +71 -0
- package/.agy/skills/team-roadmap-dev/specs/pipelines.md +93 -0
- package/.agy/skills/team-roadmap-dev/specs/team-config.json +95 -0
- package/.agy/skills/team-swarm/SKILL.md +147 -158
- package/.agy/skills/team-tech-debt/SKILL.md +100 -115
- package/.agy/skills/team-tech-debt/roles/coordinator/commands/dispatch.md +1 -1
- package/.agy/skills/team-tech-debt/roles/coordinator/commands/monitor.md +2 -2
- package/.agy/skills/team-tech-debt/roles/scanner/role.md +84 -85
- package/.agy/skills/team-testing/SKILL.md +115 -126
- package/.agy/skills/team-testing/roles/coordinator/commands/dispatch.md +1 -1
- package/.agy/skills/team-testing/roles/coordinator/commands/monitor.md +2 -2
- package/.agy/skills/team-testing/roles/coordinator/role.md +1 -1
- package/.agy/skills/team-ui-polish/SKILL.md +131 -0
- package/.agy/skills/team-ui-polish/roles/coordinator/commands/analyze.md +77 -0
- package/.agy/skills/team-ui-polish/roles/coordinator/commands/dispatch.md +194 -0
- package/.agy/skills/team-ui-polish/roles/coordinator/commands/monitor.md +201 -0
- package/.agy/skills/team-ui-polish/roles/coordinator/role.md +170 -0
- package/.agy/skills/team-ui-polish/roles/diagnostician/role.md +159 -0
- package/.agy/skills/team-ui-polish/roles/optimizer/role.md +224 -0
- package/.agy/skills/team-ui-polish/roles/scanner/role.md +355 -0
- package/.agy/skills/team-ui-polish/roles/verifier/role.md +141 -0
- package/.agy/skills/team-ui-polish/specs/anti-patterns.md +141 -0
- package/.agy/skills/team-ui-polish/specs/design-standards.md +356 -0
- package/.agy/skills/team-ui-polish/specs/fix-strategies.md +235 -0
- package/.agy/skills/team-ui-polish/specs/pipelines.md +81 -0
- package/.agy/skills/team-ui-polish/specs/scoring-guide.md +162 -0
- package/.agy/skills/team-ui-polish/specs/team-config.json +73 -0
- package/.agy/skills/team-uidesign/SKILL.md +134 -0
- package/.agy/skills/team-uidesign/roles/coordinator/commands/analyze.md +59 -0
- package/.agy/skills/team-uidesign/roles/coordinator/commands/dispatch.md +185 -0
- package/.agy/skills/team-uidesign/roles/coordinator/commands/monitor.md +205 -0
- package/.agy/skills/team-uidesign/roles/coordinator/role.md +168 -0
- package/.agy/skills/team-uidesign/roles/designer/role.md +92 -0
- package/.agy/skills/team-uidesign/roles/implementer/role.md +93 -0
- package/.agy/skills/team-uidesign/roles/researcher/role.md +100 -0
- package/.agy/skills/team-uidesign/roles/reviewer/role.md +68 -0
- package/.agy/skills/team-uidesign/specs/anti-patterns.md +211 -0
- package/.agy/skills/team-uidesign/specs/design-standards.md +329 -0
- package/.agy/skills/team-uidesign/specs/pipelines.md +76 -0
- package/.agy/skills/team-uidesign/specs/scoring-guide.md +114 -0
- package/.agy/skills/team-uidesign/specs/team-config.json +107 -0
- package/.agy/skills/team-uidesign/specs/ux-writing.md +86 -0
- package/.agy/skills/team-ultra-analyze/SKILL.md +162 -0
- package/.agy/skills/team-ultra-analyze/roles/analyst/role.md +96 -0
- package/.agy/skills/team-ultra-analyze/roles/coordinator/commands/analyze.md +73 -0
- package/.agy/skills/team-ultra-analyze/roles/coordinator/commands/dispatch.md +285 -0
- package/.agy/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +356 -0
- package/.agy/skills/team-ultra-analyze/roles/coordinator/role.md +247 -0
- package/.agy/skills/team-ultra-analyze/roles/discussant/role.md +105 -0
- package/.agy/skills/team-ultra-analyze/roles/explorer/role.md +73 -0
- package/.agy/skills/team-ultra-analyze/roles/synthesizer/role.md +76 -0
- package/.agy/skills/team-ultra-analyze/specs/pipelines.md +64 -0
- package/.agy/skills/team-ultra-analyze/specs/team-config.json +129 -0
- package/.agy/skills/team-ux-improve/SKILL.md +141 -0
- package/.agy/skills/team-ux-improve/roles/coordinator/commands/analyze.md +62 -0
- package/.agy/skills/team-ux-improve/roles/coordinator/commands/dispatch.md +200 -0
- package/.agy/skills/team-ux-improve/roles/coordinator/commands/monitor.md +175 -0
- package/.agy/skills/team-ux-improve/roles/coordinator/role.md +142 -0
- package/.agy/skills/team-ux-improve/roles/designer/role.md +151 -0
- package/.agy/skills/team-ux-improve/roles/diagnoser/role.md +107 -0
- package/.agy/skills/team-ux-improve/roles/explorer/role.md +76 -0
- package/.agy/skills/team-ux-improve/roles/implementer/role.md +101 -0
- package/.agy/skills/team-ux-improve/roles/scanner/role.md +134 -0
- package/.agy/skills/team-ux-improve/roles/tester/role.md +83 -0
- package/.agy/skills/team-ux-improve/specs/anti-patterns.md +103 -0
- package/.agy/skills/team-ux-improve/specs/design-standards.md +54 -0
- package/.agy/skills/team-ux-improve/specs/heuristics.md +88 -0
- package/.agy/skills/team-ux-improve/specs/pipelines.md +54 -0
- package/.agy/skills/team-ux-improve/specs/team-config.json +181 -0
- package/.agy/skills/team-ux-improve/wisdom/anti-patterns/common-ux-pitfalls.md +49 -0
- package/.agy/skills/team-ux-improve/wisdom/contributions/.gitkeep +0 -0
- package/.agy/skills/team-ux-improve/wisdom/patterns/state-management.md +34 -0
- package/.agy/skills/team-ux-improve/wisdom/patterns/ui-feedback.md +40 -0
- package/.agy/skills/team-ux-improve/wisdom/principles/general-ux.md +43 -0
- package/.agy/skills/team-visual-a11y/SKILL.md +146 -0
- package/.agy/skills/team-visual-a11y/roles/color-auditor/role.md +177 -0
- package/.agy/skills/team-visual-a11y/roles/coordinator/commands/analyze.md +72 -0
- package/.agy/skills/team-visual-a11y/roles/coordinator/commands/dispatch.md +250 -0
- package/.agy/skills/team-visual-a11y/roles/coordinator/commands/monitor.md +225 -0
- package/.agy/skills/team-visual-a11y/roles/coordinator/role.md +169 -0
- package/.agy/skills/team-visual-a11y/roles/fix-implementer/role.md +245 -0
- package/.agy/skills/team-visual-a11y/roles/focus-auditor/role.md +221 -0
- package/.agy/skills/team-visual-a11y/roles/remediation-planner/role.md +205 -0
- package/.agy/skills/team-visual-a11y/roles/typo-auditor/role.md +184 -0
- package/.agy/skills/team-visual-a11y/specs/focus-patterns.md +325 -0
- package/.agy/skills/team-visual-a11y/specs/oklch-standards.md +130 -0
- package/.agy/skills/team-visual-a11y/specs/pipelines.md +98 -0
- package/.agy/skills/team-visual-a11y/specs/team-config.json +109 -0
- package/.agy/skills/team-visual-a11y/specs/typography-scale.md +165 -0
- package/.agy/skills/team-visual-a11y/specs/wcag-matrix.md +133 -0
- package/.claude/commands/odyssey-debug.md +30 -16
- package/.claude/commands/odyssey-improve.md +28 -15
- package/.claude/commands/odyssey-planex.md +20 -12
- package/.claude/commands/odyssey-review-test-fix.md +29 -13
- package/.claude/commands/odyssey-ui.md +27 -14
- package/.claude/skills/delegation-check/SKILL.md +297 -0
- package/.claude/skills/delegation-check/specs/separation-rules.md +269 -0
- package/.claude/skills/prompt-generator/SKILL.md +470 -0
- package/.claude/skills/prompt-generator/specs/agent-design-spec.md +299 -0
- package/.claude/skills/prompt-generator/specs/command-design-spec.md +367 -0
- package/.claude/skills/prompt-generator/specs/conversion-spec.md +207 -0
- package/.claude/skills/prompt-generator/templates/agent-md.md +145 -0
- package/.claude/skills/prompt-generator/templates/command-md.md +118 -0
- package/.claude/skills/scholar-anti-ai-writing/SKILL.md +173 -0
- package/.claude/skills/scholar-anti-ai-writing/phases/01-detect-score.md +126 -0
- package/.claude/skills/scholar-anti-ai-writing/phases/02-rewrite-polish.md +177 -0
- package/.claude/skills/scholar-anti-ai-writing/phases/03-validate-score.md +134 -0
- package/.claude/skills/scholar-anti-ai-writing/references/patterns-chinese.md +242 -0
- package/.claude/skills/scholar-anti-ai-writing/references/patterns-english.md +242 -0
- package/.claude/skills/scholar-citation-verify/SKILL.md +166 -0
- package/.claude/skills/scholar-citation-verify/phases/01-scan-extract.md +141 -0
- package/.claude/skills/scholar-citation-verify/phases/02-verify.md +310 -0
- package/.claude/skills/scholar-citation-verify/phases/03-report-fix.md +190 -0
- package/.claude/skills/scholar-citation-verify/references/api-usage.md +372 -0
- package/.claude/skills/scholar-citation-verify/references/common-errors.md +384 -0
- package/.claude/skills/scholar-citation-verify/references/verification-rules.md +399 -0
- package/.claude/skills/scholar-experiment/SKILL.md +321 -0
- package/.claude/skills/scholar-experiment/phases/01-data-loading.md +209 -0
- package/.claude/skills/scholar-experiment/phases/02-statistical-analysis.md +269 -0
- package/.claude/skills/scholar-experiment/phases/03-visualization.md +319 -0
- package/.claude/skills/scholar-experiment/phases/04-results-writing.md +229 -0
- package/.claude/skills/scholar-experiment/phases/05-quality-check.md +261 -0
- package/.claude/skills/scholar-ideation/SKILL.md +288 -0
- package/.claude/skills/scholar-ideation/phases/01-literature-search.md +317 -0
- package/.claude/skills/scholar-ideation/phases/02-gap-analysis.md +249 -0
- package/.claude/skills/scholar-ideation/phases/03-research-question.md +200 -0
- package/.claude/skills/scholar-ideation/phases/04-method-selection.md +185 -0
- package/.claude/skills/scholar-ideation/phases/05-research-planning.md +385 -0
- package/.claude/skills/scholar-latex-organizer/SKILL.md +186 -0
- package/.claude/skills/scholar-latex-organizer/phases/01-extract-analyze.md +228 -0
- package/.claude/skills/scholar-latex-organizer/phases/02-cleanup-organize.md +500 -0
- package/.claude/skills/scholar-latex-organizer/phases/03-readme-finalize.md +349 -0
- package/.claude/skills/scholar-publish/SKILL.md +220 -0
- package/.claude/skills/scholar-publish/phases/01-presentation.md +243 -0
- package/.claude/skills/scholar-publish/phases/02-poster.md +239 -0
- package/.claude/skills/scholar-publish/phases/03-promotion.md +255 -0
- package/.claude/skills/scholar-rebuttal-pro/README.md +313 -0
- package/.claude/skills/scholar-rebuttal-pro/SKILL.md +511 -0
- package/.claude/skills/scholar-rebuttal-pro/phases/01-review-parsing.md +227 -0
- package/.claude/skills/scholar-rebuttal-pro/phases/02-multi-perspective-discussion.md +395 -0
- package/.claude/skills/scholar-rebuttal-pro/phases/03-strategy-formulation.md +459 -0
- package/.claude/skills/scholar-rebuttal-pro/phases/04-rebuttal-writing.md +384 -0
- package/.claude/skills/scholar-rebuttal-pro/phases/05-quality-validation.md +691 -0
- package/.claude/skills/scholar-review/SKILL.md +227 -0
- package/.claude/skills/scholar-review/phases/01-self-review.md +186 -0
- package/.claude/skills/scholar-review/phases/02-review-analysis.md +203 -0
- package/.claude/skills/scholar-review/phases/03-response-strategy.md +193 -0
- package/.claude/skills/scholar-review/phases/04-rebuttal-writing.md +181 -0
- package/.claude/skills/scholar-review/phases/05-revision.md +183 -0
- package/.claude/skills/scholar-review/specs/tone-guidelines.md +76 -0
- package/.claude/skills/scholar-thesis-docx/LICENSE +21 -0
- package/.claude/skills/scholar-thesis-docx/README.md +111 -0
- package/.claude/skills/scholar-thesis-docx/README_EN.md +108 -0
- package/.claude/skills/scholar-thesis-docx/SKILL.md +212 -0
- package/.claude/skills/scholar-thesis-docx/agents/openai.yaml +4 -0
- package/.claude/skills/scholar-thesis-docx/examples/architecture.sample.mmd +5 -0
- package/.claude/skills/scholar-thesis-docx/examples/final-audit-checklist.sample.md +46 -0
- package/.claude/skills/scholar-thesis-docx/examples/word-style-config.sample.json +35 -0
- package/.claude/skills/scholar-thesis-docx/references/failure-patterns-and-quality-gates.md +178 -0
- package/.claude/skills/scholar-thesis-docx/references/figure-and-code-rules.md +33 -0
- package/.claude/skills/scholar-thesis-docx/references/paper-format-workflow.md +68 -0
- package/.claude/skills/scholar-thesis-docx/references/script-usage.md +157 -0
- package/.claude/skills/scholar-thesis-docx/scripts/audit_docx_ooxml.py +429 -0
- package/.claude/skills/scholar-thesis-docx/scripts/check_word_com.ps1 +50 -0
- package/.claude/skills/scholar-thesis-docx/scripts/export_word_pdf.ps1 +62 -0
- package/.claude/skills/scholar-thesis-docx/scripts/normalize_word_styles.ps1 +498 -0
- package/.claude/skills/scholar-thesis-docx/scripts/render_mermaid_figure.ps1 +148 -0
- package/.claude/skills/scholar-writing/SKILL.md +296 -0
- package/.claude/skills/scholar-writing/phases/01-repo-understanding.md +178 -0
- package/.claude/skills/scholar-writing/phases/02-structure-planning.md +197 -0
- package/.claude/skills/scholar-writing/phases/03-section-drafting.md +215 -0
- package/.claude/skills/scholar-writing/phases/04-citation-management.md +310 -0
- package/.claude/skills/scholar-writing/phases/05-anti-ai-polish.md +202 -0
- package/.claude/skills/scholar-writing/phases/06-conference-formatting.md +260 -0
- package/.claude/skills/skill-generator/SKILL.md +472 -0
- package/.claude/skills/skill-generator/phases/01-requirements-discovery.md +238 -0
- package/.claude/skills/skill-generator/phases/02-structure-generation.md +261 -0
- package/.claude/skills/skill-generator/phases/03-phase-generation.md +976 -0
- package/.claude/skills/skill-generator/phases/04-specs-templates.md +398 -0
- package/.claude/skills/skill-generator/phases/05-validation.md +417 -0
- package/.claude/skills/skill-generator/specs/cli-integration.md +442 -0
- package/.claude/skills/skill-generator/specs/execution-modes.md +399 -0
- package/.claude/skills/skill-generator/specs/reference-docs-spec.md +271 -0
- package/.claude/skills/skill-generator/specs/scripting-integration.md +265 -0
- package/.claude/skills/skill-generator/specs/skill-requirements.md +466 -0
- package/.claude/skills/skill-generator/templates/autonomous-action.md +330 -0
- package/.claude/skills/skill-generator/templates/autonomous-orchestrator.md +300 -0
- package/.claude/skills/skill-generator/templates/code-analysis-action.md +514 -0
- package/.claude/skills/skill-generator/templates/llm-action.md +367 -0
- package/.claude/skills/skill-generator/templates/script-template.md +368 -0
- package/.claude/skills/skill-generator/templates/sequential-phase.md +474 -0
- package/.claude/skills/skill-generator/templates/skill-md.md +312 -0
- package/.claude/skills/skill-iter-tune/SKILL.md +15 -15
- package/.claude/skills/skill-iter-tune/phases/02-execute.md +5 -5
- package/.claude/skills/skill-iter-tune/phases/03-evaluate.md +4 -4
- package/.claude/skills/skill-iter-tune/templates/eval-prompt.md +1 -1
- package/.claude/skills/skill-iter-tune/templates/execute-prompt.md +1 -1
- package/.claude/skills/skill-simplify/SKILL.md +63 -0
- package/.claude/skills/skill-simplify/phases/01-analysis.md +224 -0
- package/.claude/skills/skill-simplify/phases/02-optimize.md +111 -0
- package/.claude/skills/skill-simplify/phases/03-check.md +224 -0
- package/.claude/skills/skill-tuning/SKILL.md +174 -0
- package/.claude/skills/skill-tuning/phases/actions/action-abort.md +164 -0
- package/.claude/skills/skill-tuning/phases/actions/action-analyze-requirements.md +406 -0
- package/.claude/skills/skill-tuning/phases/actions/action-apply-fix.md +206 -0
- package/.claude/skills/skill-tuning/phases/actions/action-complete.md +195 -0
- package/.claude/skills/skill-tuning/phases/actions/action-diagnose-agent.md +317 -0
- package/.claude/skills/skill-tuning/phases/actions/action-diagnose-context.md +243 -0
- package/.claude/skills/skill-tuning/phases/actions/action-diagnose-dataflow.md +318 -0
- package/.claude/skills/skill-tuning/phases/actions/action-diagnose-docs.md +299 -0
- package/.claude/skills/skill-tuning/phases/actions/action-diagnose-memory.md +269 -0
- package/.claude/skills/skill-tuning/phases/actions/action-diagnose-token-consumption.md +200 -0
- package/.claude/skills/skill-tuning/phases/actions/action-gemini-analysis.md +322 -0
- package/.claude/skills/skill-tuning/phases/actions/action-generate-report.md +228 -0
- package/.claude/skills/skill-tuning/phases/actions/action-init.md +149 -0
- package/.claude/skills/skill-tuning/phases/actions/action-propose-fixes.md +317 -0
- package/.claude/skills/skill-tuning/phases/actions/action-verify.md +222 -0
- package/.claude/skills/skill-tuning/phases/orchestrator.md +190 -0
- package/.claude/skills/skill-tuning/phases/state-schema.md +378 -0
- package/.claude/skills/skill-tuning/specs/category-mappings.json +284 -0
- package/.claude/skills/skill-tuning/specs/dimension-mapping.md +212 -0
- package/.claude/skills/skill-tuning/specs/problem-taxonomy.md +210 -0
- package/.claude/skills/skill-tuning/specs/quality-gates.md +263 -0
- package/.claude/skills/skill-tuning/specs/skill-authoring-principles.md +192 -0
- package/.claude/skills/skill-tuning/specs/tuning-strategies.md +392 -0
- package/.claude/skills/skill-tuning/templates/diagnosis-report.md +153 -0
- package/.claude/skills/skill-tuning/templates/fix-proposal.md +204 -0
- package/.claude/skills/team-arch-opt/SKILL.md +158 -0
- package/.claude/skills/team-arch-opt/roles/analyzer/role.md +86 -0
- package/.claude/skills/team-arch-opt/roles/coordinator/commands/analyze.md +57 -0
- package/.claude/skills/team-arch-opt/roles/coordinator/commands/dispatch.md +371 -0
- package/.claude/skills/team-arch-opt/roles/coordinator/commands/monitor.md +216 -0
- package/.claude/skills/team-arch-opt/roles/coordinator/role.md +146 -0
- package/.claude/skills/team-arch-opt/roles/designer/role.md +115 -0
- package/.claude/skills/team-arch-opt/roles/refactorer/role.md +104 -0
- package/.claude/skills/team-arch-opt/roles/reviewer/role.md +111 -0
- package/.claude/skills/team-arch-opt/roles/validator/role.md +115 -0
- package/.claude/skills/team-arch-opt/specs/pipelines.md +102 -0
- package/.claude/skills/team-arch-opt/specs/team-config.json +263 -0
- package/.claude/skills/team-brainstorm/SKILL.md +171 -0
- package/.claude/skills/team-brainstorm/roles/challenger/role.md +61 -0
- package/.claude/skills/team-brainstorm/roles/coordinator/commands/analyze.md +58 -0
- package/.claude/skills/team-brainstorm/roles/coordinator/commands/dispatch.md +206 -0
- package/.claude/skills/team-brainstorm/roles/coordinator/commands/monitor.md +199 -0
- package/.claude/skills/team-brainstorm/roles/coordinator/role.md +140 -0
- package/.claude/skills/team-brainstorm/roles/evaluator/role.md +56 -0
- package/.claude/skills/team-brainstorm/roles/ideator/role.md +69 -0
- package/.claude/skills/team-brainstorm/roles/synthesizer/role.md +57 -0
- package/.claude/skills/team-brainstorm/specs/pipelines.md +72 -0
- package/.claude/skills/team-brainstorm/specs/team-config.json +86 -0
- package/.claude/skills/team-coordinate/SKILL.md +266 -266
- package/.claude/skills/team-coordinate/roles/coordinator/commands/monitor.md +2 -2
- package/.claude/skills/team-coordinate/roles/coordinator/role.md +1 -1
- package/.claude/skills/team-designer/SKILL.md +160 -0
- package/.claude/skills/team-designer/phases/01-requirements-analysis.md +265 -0
- package/.claude/skills/team-designer/phases/02-scaffold-generation.md +236 -0
- package/.claude/skills/team-designer/phases/03-content-generation.md +330 -0
- package/.claude/skills/team-designer/phases/04-validation.md +329 -0
- package/.claude/skills/team-executor/SKILL.md +1 -1
- package/.claude/skills/team-frontend/SKILL.md +136 -0
- package/.claude/skills/team-frontend/roles/analyst/role.md +100 -0
- package/.claude/skills/team-frontend/roles/architect/role.md +86 -0
- package/.claude/skills/team-frontend/roles/coordinator/commands/analyze.md +52 -0
- package/.claude/skills/team-frontend/roles/coordinator/commands/dispatch.md +197 -0
- package/.claude/skills/team-frontend/roles/coordinator/commands/monitor.md +233 -0
- package/.claude/skills/team-frontend/roles/coordinator/role.md +158 -0
- package/.claude/skills/team-frontend/roles/developer/role.md +93 -0
- package/.claude/skills/team-frontend/roles/qa/role.md +79 -0
- package/.claude/skills/team-frontend/specs/pipelines.md +76 -0
- package/.claude/skills/team-frontend/specs/team-config.json +84 -0
- package/.claude/skills/team-frontend-debug/SKILL.md +198 -0
- package/.claude/skills/team-frontend-debug/roles/analyzer/role.md +208 -0
- package/.claude/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +174 -0
- package/.claude/skills/team-frontend-debug/roles/coordinator/commands/dispatch.md +256 -0
- package/.claude/skills/team-frontend-debug/roles/coordinator/commands/monitor.md +148 -0
- package/.claude/skills/team-frontend-debug/roles/coordinator/role.md +131 -0
- package/.claude/skills/team-frontend-debug/roles/fixer/role.md +147 -0
- package/.claude/skills/team-frontend-debug/roles/reproducer/role.md +155 -0
- package/.claude/skills/team-frontend-debug/roles/tester/role.md +231 -0
- package/.claude/skills/team-frontend-debug/roles/verifier/role.md +172 -0
- package/.claude/skills/team-frontend-debug/specs/debug-tools.md +215 -0
- package/.claude/skills/team-frontend-debug/specs/pipelines.md +94 -0
- package/.claude/skills/team-interactive-craft/SKILL.md +141 -0
- package/.claude/skills/team-interactive-craft/roles/a11y-tester/role.md +159 -0
- package/.claude/skills/team-interactive-craft/roles/builder/role.md +216 -0
- package/.claude/skills/team-interactive-craft/roles/coordinator/commands/analyze.md +71 -0
- package/.claude/skills/team-interactive-craft/roles/coordinator/commands/dispatch.md +192 -0
- package/.claude/skills/team-interactive-craft/roles/coordinator/commands/monitor.md +215 -0
- package/.claude/skills/team-interactive-craft/roles/coordinator/role.md +166 -0
- package/.claude/skills/team-interactive-craft/roles/interaction-designer/role.md +144 -0
- package/.claude/skills/team-interactive-craft/roles/researcher/role.md +131 -0
- package/.claude/skills/team-interactive-craft/specs/interaction-patterns.md +362 -0
- package/.claude/skills/team-interactive-craft/specs/pipelines.md +85 -0
- package/.claude/skills/team-interactive-craft/specs/team-config.json +105 -0
- package/.claude/skills/team-interactive-craft/specs/vanilla-constraints.md +83 -0
- package/.claude/skills/team-issue/SKILL.md +171 -0
- package/.claude/skills/team-issue/roles/coordinator/commands/analyze.md +64 -0
- package/.claude/skills/team-issue/roles/coordinator/commands/dispatch.md +349 -0
- package/.claude/skills/team-issue/roles/coordinator/commands/monitor.md +229 -0
- package/.claude/skills/team-issue/roles/coordinator/role.md +175 -0
- package/.claude/skills/team-issue/roles/explorer/role.md +102 -0
- package/.claude/skills/team-issue/roles/implementer/role.md +87 -0
- package/.claude/skills/team-issue/roles/integrator/role.md +84 -0
- package/.claude/skills/team-issue/roles/planner/role.md +81 -0
- package/.claude/skills/team-issue/roles/reviewer/role.md +86 -0
- package/.claude/skills/team-issue/specs/pipelines.md +124 -0
- package/.claude/skills/team-issue/specs/team-config.json +70 -0
- package/.claude/skills/team-lifecycle-v4/SKILL.md +209 -209
- package/.claude/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +2 -2
- package/.claude/skills/team-lifecycle-v4/roles/coordinator/role.md +1 -1
- package/.claude/skills/team-motion-design/SKILL.md +142 -0
- package/.claude/skills/team-motion-design/roles/animator/role.md +194 -0
- package/.claude/skills/team-motion-design/roles/choreographer/role.md +164 -0
- package/.claude/skills/team-motion-design/roles/coordinator/commands/analyze.md +64 -0
- package/.claude/skills/team-motion-design/roles/coordinator/commands/dispatch.md +203 -0
- package/.claude/skills/team-motion-design/roles/coordinator/commands/monitor.md +216 -0
- package/.claude/skills/team-motion-design/roles/coordinator/role.md +167 -0
- package/.claude/skills/team-motion-design/roles/motion-researcher/role.md +115 -0
- package/.claude/skills/team-motion-design/roles/motion-tester/role.md +175 -0
- package/.claude/skills/team-motion-design/specs/gpu-constraints.md +114 -0
- package/.claude/skills/team-motion-design/specs/motion-tokens.md +128 -0
- package/.claude/skills/team-motion-design/specs/pipelines.md +74 -0
- package/.claude/skills/team-motion-design/specs/reduced-motion.md +129 -0
- package/.claude/skills/team-motion-design/specs/team-config.json +99 -0
- package/.claude/skills/team-perf-opt/SKILL.md +175 -0
- package/.claude/skills/team-perf-opt/roles/benchmarker/role.md +89 -0
- package/.claude/skills/team-perf-opt/roles/coordinator/commands/analyze.md +61 -0
- package/.claude/skills/team-perf-opt/roles/coordinator/commands/dispatch.md +376 -0
- package/.claude/skills/team-perf-opt/roles/coordinator/commands/monitor.md +362 -0
- package/.claude/skills/team-perf-opt/roles/coordinator/role.md +147 -0
- package/.claude/skills/team-perf-opt/roles/optimizer/role.md +99 -0
- package/.claude/skills/team-perf-opt/roles/profiler/role.md +81 -0
- package/.claude/skills/team-perf-opt/roles/reviewer/role.md +75 -0
- package/.claude/skills/team-perf-opt/roles/strategist/role.md +94 -0
- package/.claude/skills/team-perf-opt/specs/pipelines.md +65 -0
- package/.claude/skills/team-perf-opt/specs/team-config.json +246 -0
- package/.claude/skills/team-planex/SKILL.md +137 -0
- package/.claude/skills/team-planex/roles/coordinator/commands/analyze.md +52 -0
- package/.claude/skills/team-planex/roles/coordinator/commands/dispatch.md +87 -0
- package/.claude/skills/team-planex/roles/coordinator/commands/monitor.md +195 -0
- package/.claude/skills/team-planex/roles/coordinator/role.md +140 -0
- package/.claude/skills/team-planex/roles/executor/role.md +91 -0
- package/.claude/skills/team-planex/roles/planner/role.md +119 -0
- package/.claude/skills/team-planex/specs/pipelines.md +93 -0
- package/.claude/skills/team-quality-assurance/SKILL.md +147 -147
- package/.claude/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +1 -1
- package/.claude/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +2 -2
- package/.claude/skills/team-quality-assurance/roles/coordinator/role.md +1 -1
- package/.claude/skills/team-quality-assurance/roles/scout/role.md +75 -75
- package/.claude/skills/team-review/SKILL.md +147 -147
- package/.claude/skills/team-review/roles/coordinator/commands/dispatch.md +1 -1
- package/.claude/skills/team-review/roles/coordinator/commands/monitor.md +2 -2
- package/.claude/skills/team-review/roles/coordinator/role.md +1 -1
- package/.claude/skills/team-roadmap-dev/SKILL.md +169 -0
- package/.claude/skills/team-roadmap-dev/roles/coordinator/commands/analyze.md +61 -0
- package/.claude/skills/team-roadmap-dev/roles/coordinator/commands/dispatch.md +212 -0
- package/.claude/skills/team-roadmap-dev/roles/coordinator/commands/monitor.md +477 -0
- package/.claude/skills/team-roadmap-dev/roles/coordinator/commands/pause.md +90 -0
- package/.claude/skills/team-roadmap-dev/roles/coordinator/commands/resume.md +137 -0
- package/.claude/skills/team-roadmap-dev/roles/coordinator/commands/roadmap-discuss.md +287 -0
- package/.claude/skills/team-roadmap-dev/roles/coordinator/role.md +302 -0
- package/.claude/skills/team-roadmap-dev/roles/executor/role.md +72 -0
- package/.claude/skills/team-roadmap-dev/roles/planner/role.md +86 -0
- package/.claude/skills/team-roadmap-dev/roles/verifier/role.md +74 -0
- package/.claude/skills/team-roadmap-dev/specs/pipelines.md +93 -0
- package/.claude/skills/team-roadmap-dev/specs/team-config.json +95 -0
- package/.claude/skills/team-swarm/SKILL.md +178 -178
- package/.claude/skills/team-tech-debt/SKILL.md +128 -128
- package/.claude/skills/team-tech-debt/roles/coordinator/commands/dispatch.md +1 -1
- package/.claude/skills/team-tech-debt/roles/coordinator/commands/monitor.md +2 -2
- package/.claude/skills/team-tech-debt/roles/scanner/role.md +90 -90
- package/.claude/skills/team-testing/SKILL.md +143 -143
- package/.claude/skills/team-testing/roles/coordinator/commands/dispatch.md +1 -1
- package/.claude/skills/team-testing/roles/coordinator/commands/monitor.md +2 -2
- package/.claude/skills/team-testing/roles/coordinator/role.md +1 -1
- package/.claude/skills/team-ui-polish/SKILL.md +141 -0
- package/.claude/skills/team-ui-polish/roles/coordinator/commands/analyze.md +77 -0
- package/.claude/skills/team-ui-polish/roles/coordinator/commands/dispatch.md +194 -0
- package/.claude/skills/team-ui-polish/roles/coordinator/commands/monitor.md +212 -0
- package/.claude/skills/team-ui-polish/roles/coordinator/role.md +170 -0
- package/.claude/skills/team-ui-polish/roles/diagnostician/role.md +160 -0
- package/.claude/skills/team-ui-polish/roles/optimizer/role.md +225 -0
- package/.claude/skills/team-ui-polish/roles/scanner/role.md +356 -0
- package/.claude/skills/team-ui-polish/roles/verifier/role.md +142 -0
- package/.claude/skills/team-ui-polish/specs/anti-patterns.md +141 -0
- package/.claude/skills/team-ui-polish/specs/design-standards.md +356 -0
- package/.claude/skills/team-ui-polish/specs/fix-strategies.md +235 -0
- package/.claude/skills/team-ui-polish/specs/pipelines.md +81 -0
- package/.claude/skills/team-ui-polish/specs/scoring-guide.md +162 -0
- package/.claude/skills/team-ui-polish/specs/team-config.json +73 -0
- package/.claude/skills/team-uidesign/SKILL.md +144 -0
- package/.claude/skills/team-uidesign/roles/coordinator/commands/analyze.md +59 -0
- package/.claude/skills/team-uidesign/roles/coordinator/commands/dispatch.md +185 -0
- package/.claude/skills/team-uidesign/roles/coordinator/commands/monitor.md +216 -0
- package/.claude/skills/team-uidesign/roles/coordinator/role.md +168 -0
- package/.claude/skills/team-uidesign/roles/designer/role.md +93 -0
- package/.claude/skills/team-uidesign/roles/implementer/role.md +94 -0
- package/.claude/skills/team-uidesign/roles/researcher/role.md +101 -0
- package/.claude/skills/team-uidesign/roles/reviewer/role.md +69 -0
- package/.claude/skills/team-uidesign/specs/anti-patterns.md +211 -0
- package/.claude/skills/team-uidesign/specs/design-standards.md +329 -0
- package/.claude/skills/team-uidesign/specs/pipelines.md +76 -0
- package/.claude/skills/team-uidesign/specs/scoring-guide.md +114 -0
- package/.claude/skills/team-uidesign/specs/team-config.json +107 -0
- package/.claude/skills/team-uidesign/specs/ux-writing.md +86 -0
- package/.claude/skills/team-ultra-analyze/SKILL.md +173 -0
- package/.claude/skills/team-ultra-analyze/roles/analyst/role.md +98 -0
- package/.claude/skills/team-ultra-analyze/roles/coordinator/commands/analyze.md +73 -0
- package/.claude/skills/team-ultra-analyze/roles/coordinator/commands/dispatch.md +285 -0
- package/.claude/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +372 -0
- package/.claude/skills/team-ultra-analyze/roles/coordinator/role.md +247 -0
- package/.claude/skills/team-ultra-analyze/roles/discussant/role.md +107 -0
- package/.claude/skills/team-ultra-analyze/roles/explorer/role.md +75 -0
- package/.claude/skills/team-ultra-analyze/roles/synthesizer/role.md +78 -0
- package/.claude/skills/team-ultra-analyze/specs/pipelines.md +64 -0
- package/.claude/skills/team-ultra-analyze/specs/team-config.json +129 -0
- package/.claude/skills/team-ux-improve/SKILL.md +151 -0
- package/.claude/skills/team-ux-improve/roles/coordinator/commands/analyze.md +62 -0
- package/.claude/skills/team-ux-improve/roles/coordinator/commands/dispatch.md +200 -0
- package/.claude/skills/team-ux-improve/roles/coordinator/commands/monitor.md +186 -0
- package/.claude/skills/team-ux-improve/roles/coordinator/role.md +142 -0
- package/.claude/skills/team-ux-improve/roles/designer/role.md +152 -0
- package/.claude/skills/team-ux-improve/roles/diagnoser/role.md +108 -0
- package/.claude/skills/team-ux-improve/roles/explorer/role.md +77 -0
- package/.claude/skills/team-ux-improve/roles/implementer/role.md +102 -0
- package/.claude/skills/team-ux-improve/roles/scanner/role.md +135 -0
- package/.claude/skills/team-ux-improve/roles/tester/role.md +84 -0
- package/.claude/skills/team-ux-improve/specs/anti-patterns.md +103 -0
- package/.claude/skills/team-ux-improve/specs/design-standards.md +54 -0
- package/.claude/skills/team-ux-improve/specs/heuristics.md +88 -0
- package/.claude/skills/team-ux-improve/specs/pipelines.md +54 -0
- package/.claude/skills/team-ux-improve/specs/team-config.json +181 -0
- package/.claude/skills/team-ux-improve/wisdom/anti-patterns/common-ux-pitfalls.md +49 -0
- package/.claude/skills/team-ux-improve/wisdom/contributions/.gitkeep +0 -0
- package/.claude/skills/team-ux-improve/wisdom/patterns/state-management.md +34 -0
- package/.claude/skills/team-ux-improve/wisdom/patterns/ui-feedback.md +40 -0
- package/.claude/skills/team-ux-improve/wisdom/principles/general-ux.md +43 -0
- package/.claude/skills/team-visual-a11y/SKILL.md +156 -0
- package/.claude/skills/team-visual-a11y/roles/color-auditor/role.md +178 -0
- package/.claude/skills/team-visual-a11y/roles/coordinator/commands/analyze.md +72 -0
- package/.claude/skills/team-visual-a11y/roles/coordinator/commands/dispatch.md +250 -0
- package/.claude/skills/team-visual-a11y/roles/coordinator/commands/monitor.md +236 -0
- package/.claude/skills/team-visual-a11y/roles/coordinator/role.md +169 -0
- package/.claude/skills/team-visual-a11y/roles/fix-implementer/role.md +246 -0
- package/.claude/skills/team-visual-a11y/roles/focus-auditor/role.md +222 -0
- package/.claude/skills/team-visual-a11y/roles/remediation-planner/role.md +206 -0
- package/.claude/skills/team-visual-a11y/roles/typo-auditor/role.md +185 -0
- package/.claude/skills/team-visual-a11y/specs/focus-patterns.md +325 -0
- package/.claude/skills/team-visual-a11y/specs/oklch-standards.md +130 -0
- package/.claude/skills/team-visual-a11y/specs/pipelines.md +98 -0
- package/.claude/skills/team-visual-a11y/specs/team-config.json +109 -0
- package/.claude/skills/team-visual-a11y/specs/typography-scale.md +165 -0
- package/.claude/skills/team-visual-a11y/specs/wcag-matrix.md +133 -0
- package/.codex/skills/odyssey-debug/SKILL.md +32 -12
- package/.codex/skills/odyssey-improve/SKILL.md +34 -13
- package/.codex/skills/odyssey-planex/SKILL.md +25 -12
- package/.codex/skills/odyssey-review-test-fix/SKILL.md +39 -14
- package/.codex/skills/odyssey-ui/SKILL.md +30 -10
- package/bin/maestro.js +46 -1
- package/dashboard/dist-server/dashboard/src/server/routes/install-utils.d.ts +3 -8
- package/dashboard/dist-server/dashboard/src/server/routes/install-utils.js +3 -60
- package/dashboard/dist-server/dashboard/src/server/routes/install-utils.js.map +1 -1
- package/dashboard/dist-server/src/commands/hooks.d.ts +227 -0
- package/dashboard/dist-server/src/commands/hooks.js +1380 -0
- package/dashboard/dist-server/src/commands/hooks.js.map +1 -0
- package/dashboard/dist-server/src/commands/install-backend.d.ts +112 -0
- package/dashboard/dist-server/src/commands/install-backend.js +713 -0
- package/dashboard/dist-server/src/commands/install-backend.js.map +1 -0
- package/dashboard/dist-server/src/config/index.d.ts +16 -0
- package/dashboard/dist-server/src/config/index.js +165 -0
- package/dashboard/dist-server/src/config/index.js.map +1 -0
- package/dashboard/dist-server/src/core/component-defs.d.ts +46 -0
- package/dashboard/dist-server/src/core/component-defs.js +407 -0
- package/dashboard/dist-server/src/core/component-defs.js.map +1 -0
- package/dashboard/dist-server/src/core/manifest.d.ts +85 -0
- package/dashboard/dist-server/src/core/manifest.js +232 -0
- package/dashboard/dist-server/src/core/manifest.js.map +1 -0
- package/dashboard/dist-server/src/core/overlay/applier.d.ts +107 -0
- package/dashboard/dist-server/src/core/overlay/applier.js +443 -0
- package/dashboard/dist-server/src/core/overlay/applier.js.map +1 -0
- package/dashboard/dist-server/src/core/overlay/loader.d.ts +25 -0
- package/dashboard/dist-server/src/core/overlay/loader.js +210 -0
- package/dashboard/dist-server/src/core/overlay/loader.js.map +1 -0
- package/dashboard/dist-server/src/core/overlay/patcher.d.ts +25 -0
- package/dashboard/dist-server/src/core/overlay/patcher.js +212 -0
- package/dashboard/dist-server/src/core/overlay/patcher.js.map +1 -0
- package/dashboard/dist-server/src/core/overlay/section-parser.d.ts +24 -0
- package/dashboard/dist-server/src/core/overlay/section-parser.js +99 -0
- package/dashboard/dist-server/src/core/overlay/section-parser.js.map +1 -0
- package/dashboard/dist-server/src/core/overlay/types.d.ts +56 -0
- package/dashboard/dist-server/src/core/overlay/types.js +17 -0
- package/dashboard/dist-server/src/core/overlay/types.js.map +1 -0
- package/dashboard/dist-server/src/core/tag-injector.d.ts +71 -0
- package/dashboard/dist-server/src/core/tag-injector.js +228 -0
- package/dashboard/dist-server/src/core/tag-injector.js.map +1 -0
- package/dashboard/dist-server/src/core/toggle.d.ts +12 -0
- package/dashboard/dist-server/src/core/toggle.js +159 -0
- package/dashboard/dist-server/src/core/toggle.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/credibility.d.ts +36 -0
- package/dashboard/dist-server/src/graph/kg/credibility.js +141 -0
- package/dashboard/dist-server/src/graph/kg/credibility.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/db/connection.d.ts +27 -0
- package/dashboard/dist-server/src/graph/kg/db/connection.js +142 -0
- package/dashboard/dist-server/src/graph/kg/db/connection.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/db/index.d.ts +4 -0
- package/dashboard/dist-server/src/graph/kg/db/index.js +6 -0
- package/dashboard/dist-server/src/graph/kg/db/index.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/db/migrations.d.ts +7 -0
- package/dashboard/dist-server/src/graph/kg/db/migrations.js +88 -0
- package/dashboard/dist-server/src/graph/kg/db/migrations.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/db/queries.d.ts +83 -0
- package/dashboard/dist-server/src/graph/kg/db/queries.js +471 -0
- package/dashboard/dist-server/src/graph/kg/db/queries.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/db/types.d.ts +122 -0
- package/dashboard/dist-server/src/graph/kg/db/types.js +75 -0
- package/dashboard/dist-server/src/graph/kg/db/types.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/engine.d.ts +86 -0
- package/dashboard/dist-server/src/graph/kg/engine.js +247 -0
- package/dashboard/dist-server/src/graph/kg/engine.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/code-extractor.d.ts +49 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/code-extractor.js +390 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/code-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/dfm-extractor.d.ts +2 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/dfm-extractor.js +122 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/dfm-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/generated-detection.d.ts +13 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/generated-detection.js +65 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/generated-detection.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/languages/index.d.ts +8 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/languages/index.js +2119 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/languages/index.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/languages/typescript.d.ts +4 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/languages/typescript.js +191 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/languages/typescript.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/liquid-extractor.d.ts +2 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/liquid-extractor.js +117 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/liquid-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/mybatis-extractor.d.ts +2 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/mybatis-extractor.js +84 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/mybatis-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/plugin-engine.d.ts +38 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/plugin-engine.js +634 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/plugin-engine.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/plugin-types.d.ts +94 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/plugin-types.js +5 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/plugin-types.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/scan-scope.d.ts +14 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/scan-scope.js +93 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/scan-scope.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/svelte-extractor.d.ts +2 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/svelte-extractor.js +97 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/svelte-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/tree-sitter-types.d.ts +60 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/tree-sitter-types.js +53 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/tree-sitter-types.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/tree-sitter.d.ts +54 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/tree-sitter.js +227 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/tree-sitter.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/vue-extractor.d.ts +5 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/vue-extractor.js +114 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/vue-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/wasm-stability.d.ts +43 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/wasm-stability.js +140 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/wasm-stability.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/worker-parser.d.ts +18 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/worker-parser.js +117 -0
- package/dashboard/dist-server/src/graph/kg/extraction/code/worker-parser.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/codebase-extractor.d.ts +2 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/codebase-extractor.js +149 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/codebase-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/domain-extractor.d.ts +3 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/domain-extractor.js +114 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/domain-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/issue-extractor.d.ts +2 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/issue-extractor.js +84 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/issue-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/spec-extractor.d.ts +2 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/spec-extractor.js +173 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/spec-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/wiki-extractor.d.ts +2 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/wiki-extractor.js +165 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge/wiki-extractor.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/orchestrator.d.ts +15 -0
- package/dashboard/dist-server/src/graph/kg/extraction/orchestrator.js +241 -0
- package/dashboard/dist-server/src/graph/kg/extraction/orchestrator.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/query/context-builder.d.ts +37 -0
- package/dashboard/dist-server/src/graph/kg/query/context-builder.js +184 -0
- package/dashboard/dist-server/src/graph/kg/query/context-builder.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/query/scoring.d.ts +18 -0
- package/dashboard/dist-server/src/graph/kg/query/scoring.js +158 -0
- package/dashboard/dist-server/src/graph/kg/query/scoring.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/query/search.d.ts +58 -0
- package/dashboard/dist-server/src/graph/kg/query/search.js +158 -0
- package/dashboard/dist-server/src/graph/kg/query/search.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/query/traversal.d.ts +74 -0
- package/dashboard/dist-server/src/graph/kg/query/traversal.js +420 -0
- package/dashboard/dist-server/src/graph/kg/query/traversal.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/resolution/knowledge-resolver.d.ts +21 -0
- package/dashboard/dist-server/src/graph/kg/resolution/knowledge-resolver.js +288 -0
- package/dashboard/dist-server/src/graph/kg/resolution/knowledge-resolver.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/resolution/name-matcher.d.ts +24 -0
- package/dashboard/dist-server/src/graph/kg/resolution/name-matcher.js +162 -0
- package/dashboard/dist-server/src/graph/kg/resolution/name-matcher.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/surface/hook-injector.d.ts +32 -0
- package/dashboard/dist-server/src/graph/kg/surface/hook-injector.js +172 -0
- package/dashboard/dist-server/src/graph/kg/surface/hook-injector.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/surface/mcp-tools.d.ts +19 -0
- package/dashboard/dist-server/src/graph/kg/surface/mcp-tools.js +253 -0
- package/dashboard/dist-server/src/graph/kg/surface/mcp-tools.js.map +1 -0
- package/dashboard/dist-server/src/hooks/constants.d.ts +2 -0
- package/dashboard/dist-server/src/hooks/constants.js +12 -1
- package/dashboard/dist-server/src/hooks/constants.js.map +1 -1
- package/dashboard/dist-server/src/hooks/context-budget.d.ts +28 -0
- package/dashboard/dist-server/src/hooks/context-budget.js +142 -0
- package/dashboard/dist-server/src/hooks/context-budget.js.map +1 -0
- package/dashboard/dist-server/src/hooks/context-format.d.ts +45 -0
- package/dashboard/dist-server/src/hooks/context-format.js +58 -0
- package/dashboard/dist-server/src/hooks/context-format.js.map +1 -0
- package/dashboard/dist-server/src/hooks/coordinator-tracker.d.ts +100 -0
- package/dashboard/dist-server/src/hooks/coordinator-tracker.js +360 -0
- package/dashboard/dist-server/src/hooks/coordinator-tracker.js.map +1 -0
- package/dashboard/dist-server/src/hooks/delegate-monitor.d.ts +24 -0
- package/dashboard/dist-server/src/hooks/delegate-monitor.js +76 -0
- package/dashboard/dist-server/src/hooks/delegate-monitor.js.map +1 -0
- package/dashboard/dist-server/src/hooks/guards/preflight-guard.d.ts +28 -0
- package/dashboard/dist-server/src/hooks/guards/preflight-guard.js +95 -0
- package/dashboard/dist-server/src/hooks/guards/preflight-guard.js.map +1 -0
- package/dashboard/dist-server/src/hooks/guards/prompt-guard.d.ts +17 -0
- package/dashboard/dist-server/src/hooks/guards/prompt-guard.js +52 -0
- package/dashboard/dist-server/src/hooks/guards/prompt-guard.js.map +1 -0
- package/dashboard/dist-server/src/hooks/guards/spec-validator.d.ts +24 -0
- package/dashboard/dist-server/src/hooks/guards/spec-validator.js +66 -0
- package/dashboard/dist-server/src/hooks/guards/spec-validator.js.map +1 -0
- package/dashboard/dist-server/src/hooks/guards/workflow-guard.d.ts +35 -0
- package/dashboard/dist-server/src/hooks/guards/workflow-guard.js +107 -0
- package/dashboard/dist-server/src/hooks/guards/workflow-guard.js.map +1 -0
- package/dashboard/dist-server/src/hooks/keyword-spec-injector.d.ts +26 -0
- package/dashboard/dist-server/src/hooks/keyword-spec-injector.js +353 -0
- package/dashboard/dist-server/src/hooks/keyword-spec-injector.js.map +1 -0
- package/dashboard/dist-server/src/hooks/kg-auto-init.d.ts +12 -0
- package/dashboard/dist-server/src/hooks/kg-auto-init.js +38 -0
- package/dashboard/dist-server/src/hooks/kg-auto-init.js.map +1 -0
- package/dashboard/dist-server/src/hooks/kg-context-injector.d.ts +16 -0
- package/dashboard/dist-server/src/hooks/kg-context-injector.js +134 -0
- package/dashboard/dist-server/src/hooks/kg-context-injector.js.map +1 -0
- package/dashboard/dist-server/src/hooks/kg-sync-hook.d.ts +13 -0
- package/dashboard/dist-server/src/hooks/kg-sync-hook.js +70 -0
- package/dashboard/dist-server/src/hooks/kg-sync-hook.js.map +1 -0
- package/dashboard/dist-server/src/hooks/preflight-core.d.ts +36 -0
- package/dashboard/dist-server/src/hooks/preflight-core.js +86 -0
- package/dashboard/dist-server/src/hooks/preflight-core.js.map +1 -0
- package/dashboard/dist-server/src/hooks/session-context.d.ts +24 -0
- package/dashboard/dist-server/src/hooks/session-context.js +147 -0
- package/dashboard/dist-server/src/hooks/session-context.js.map +1 -0
- package/dashboard/dist-server/src/hooks/skill-context.d.ts +51 -0
- package/dashboard/dist-server/src/hooks/skill-context.js +520 -0
- package/dashboard/dist-server/src/hooks/skill-context.js.map +1 -0
- package/dashboard/dist-server/src/hooks/spec-analytics.d.ts +128 -0
- package/dashboard/dist-server/src/hooks/spec-analytics.js +309 -0
- package/dashboard/dist-server/src/hooks/spec-analytics.js.map +1 -0
- package/dashboard/dist-server/src/hooks/spec-bridge.d.ts +39 -0
- package/dashboard/dist-server/src/hooks/spec-bridge.js +97 -0
- package/dashboard/dist-server/src/hooks/spec-bridge.js.map +1 -0
- package/dashboard/dist-server/src/hooks/spec-injector.d.ts +28 -0
- package/dashboard/dist-server/src/hooks/spec-injector.js +364 -0
- package/dashboard/dist-server/src/hooks/spec-injector.js.map +1 -0
- package/dashboard/dist-server/src/hooks/team-monitor.d.ts +33 -0
- package/dashboard/dist-server/src/hooks/team-monitor.js +149 -0
- package/dashboard/dist-server/src/hooks/team-monitor.js.map +1 -0
- package/dashboard/dist-server/src/hooks/wiki-role-loader.d.ts +17 -0
- package/dashboard/dist-server/src/hooks/wiki-role-loader.js +43 -0
- package/dashboard/dist-server/src/hooks/wiki-role-loader.js.map +1 -0
- package/dashboard/dist-server/src/hooks/workspace.d.ts +33 -0
- package/dashboard/dist-server/src/hooks/workspace.js +69 -0
- package/dashboard/dist-server/src/hooks/workspace.js.map +1 -0
- package/dashboard/dist-server/src/tools/domain-loader.d.ts +62 -0
- package/dashboard/dist-server/src/tools/domain-loader.js +295 -0
- package/dashboard/dist-server/src/tools/domain-loader.js.map +1 -0
- package/dashboard/dist-server/src/tools/domain-matcher.d.ts +23 -0
- package/dashboard/dist-server/src/tools/domain-matcher.js +117 -0
- package/dashboard/dist-server/src/tools/domain-matcher.js.map +1 -0
- package/dashboard/dist-server/src/tools/domain-schema.d.ts +17 -0
- package/dashboard/dist-server/src/tools/domain-schema.js +104 -0
- package/dashboard/dist-server/src/tools/domain-schema.js.map +1 -0
- package/dashboard/dist-server/src/tools/namespace-guard.d.ts +38 -0
- package/dashboard/dist-server/src/tools/namespace-guard.js +138 -0
- package/dashboard/dist-server/src/tools/namespace-guard.js.map +1 -0
- package/dashboard/dist-server/src/tools/spec-entry-parser.d.ts +4 -2
- package/dashboard/dist-server/src/tools/spec-entry-parser.js +9 -5
- package/dashboard/dist-server/src/tools/spec-entry-parser.js.map +1 -1
- package/dashboard/dist-server/src/tools/spec-keyword-index.d.ts +29 -0
- package/dashboard/dist-server/src/tools/spec-keyword-index.js +118 -0
- package/dashboard/dist-server/src/tools/spec-keyword-index.js.map +1 -0
- package/dashboard/dist-server/src/tools/spec-loader.d.ts +26 -1
- package/dashboard/dist-server/src/tools/spec-loader.js +113 -28
- package/dashboard/dist-server/src/tools/spec-loader.js.map +1 -1
- package/dashboard/dist-server/src/tools/spec-seeds.d.ts +32 -0
- package/dashboard/dist-server/src/tools/spec-seeds.js +200 -0
- package/dashboard/dist-server/src/tools/spec-seeds.js.map +1 -0
- package/dashboard/dist-server/src/tools/team-activity.d.ts +75 -0
- package/dashboard/dist-server/src/tools/team-activity.js +181 -0
- package/dashboard/dist-server/src/tools/team-activity.js.map +1 -0
- package/dashboard/dist-server/src/tools/team-members.d.ts +111 -0
- package/dashboard/dist-server/src/tools/team-members.js +303 -0
- package/dashboard/dist-server/src/tools/team-members.js.map +1 -0
- package/dashboard/dist-server/src/utils/cooldown-guard.d.ts +16 -0
- package/dashboard/dist-server/src/utils/cooldown-guard.js +59 -0
- package/dashboard/dist-server/src/utils/cooldown-guard.js.map +1 -0
- package/dashboard/dist-server/src/utils/jsonl-log.d.ts +62 -0
- package/dashboard/dist-server/src/utils/jsonl-log.js +199 -0
- package/dashboard/dist-server/src/utils/jsonl-log.js.map +1 -0
- package/dashboard/dist-server/src/utils/path-validator.d.ts +51 -0
- package/dashboard/dist-server/src/utils/path-validator.js +151 -0
- package/dashboard/dist-server/src/utils/path-validator.js.map +1 -0
- package/dist/src/commands/install-backend.d.ts +4 -2
- package/dist/src/commands/install-backend.d.ts.map +1 -1
- package/dist/src/commands/install-backend.js +24 -3
- package/dist/src/commands/install-backend.js.map +1 -1
- package/dist/src/commands/install.d.ts.map +1 -1
- package/dist/src/commands/install.js +79 -0
- package/dist/src/commands/install.js.map +1 -1
- package/dist/src/core/component-defs.d.ts +12 -0
- package/dist/src/core/component-defs.d.ts.map +1 -1
- package/dist/src/core/component-defs.js +167 -4
- package/dist/src/core/component-defs.js.map +1 -1
- package/dist/src/core/install-executor.d.ts.map +1 -1
- package/dist/src/core/install-executor.js +4 -1
- package/dist/src/core/install-executor.js.map +1 -1
- package/dist/src/core/manifest.d.ts +3 -0
- package/dist/src/core/manifest.d.ts.map +1 -1
- package/dist/src/core/manifest.js +2 -2
- package/dist/src/core/manifest.js.map +1 -1
- package/dist/src/core/toggle.d.ts +13 -0
- package/dist/src/core/toggle.d.ts.map +1 -0
- package/dist/src/core/toggle.js +159 -0
- package/dist/src/core/toggle.js.map +1 -0
- package/dist/src/graph/kg/extraction/code/code-extractor.d.ts +12 -4
- package/dist/src/graph/kg/extraction/code/code-extractor.d.ts.map +1 -1
- package/dist/src/graph/kg/extraction/code/code-extractor.js +200 -135
- package/dist/src/graph/kg/extraction/code/code-extractor.js.map +1 -1
- package/dist/src/graph/kg/extraction/code/parse-worker.d.ts +2 -0
- package/dist/src/graph/kg/extraction/code/parse-worker.d.ts.map +1 -0
- package/dist/src/graph/kg/extraction/code/parse-worker.js +50 -0
- package/dist/src/graph/kg/extraction/code/parse-worker.js.map +1 -0
- package/dist/src/graph/kg/extraction/code/plugin-engine.d.ts +5 -1
- package/dist/src/graph/kg/extraction/code/plugin-engine.d.ts.map +1 -1
- package/dist/src/graph/kg/extraction/code/plugin-engine.js +85 -24
- package/dist/src/graph/kg/extraction/code/plugin-engine.js.map +1 -1
- package/dist/src/graph/kg/extraction/code/scan-scope.d.ts +15 -0
- package/dist/src/graph/kg/extraction/code/scan-scope.d.ts.map +1 -0
- package/dist/src/graph/kg/extraction/code/scan-scope.js +93 -0
- package/dist/src/graph/kg/extraction/code/scan-scope.js.map +1 -0
- package/dist/src/graph/kg/extraction/code/svelte-extractor.d.ts.map +1 -1
- package/dist/src/graph/kg/extraction/code/svelte-extractor.js +17 -12
- package/dist/src/graph/kg/extraction/code/svelte-extractor.js.map +1 -1
- package/dist/src/graph/kg/extraction/code/vue-extractor.d.ts.map +1 -1
- package/dist/src/graph/kg/extraction/code/vue-extractor.js +15 -10
- package/dist/src/graph/kg/extraction/code/vue-extractor.js.map +1 -1
- package/dist/src/graph/kg/extraction/code/wasm-runtime-flags.d.ts +4 -0
- package/dist/src/graph/kg/extraction/code/wasm-runtime-flags.d.ts.map +1 -0
- package/dist/src/graph/kg/extraction/code/wasm-runtime-flags.js +13 -0
- package/dist/src/graph/kg/extraction/code/wasm-runtime-flags.js.map +1 -0
- package/dist/src/graph/kg/extraction/code/wasm-stability.js +2 -2
- package/dist/src/graph/kg/extraction/code/wasm-stability.js.map +1 -1
- package/dist/src/graph/kg/extraction/code/worker-parser.d.ts +19 -0
- package/dist/src/graph/kg/extraction/code/worker-parser.d.ts.map +1 -0
- package/dist/src/graph/kg/extraction/code/worker-parser.js +117 -0
- package/dist/src/graph/kg/extraction/code/worker-parser.js.map +1 -0
- package/dist/src/graph/kg/extraction/orchestrator.d.ts +10 -0
- package/dist/src/graph/kg/extraction/orchestrator.d.ts.map +1 -1
- package/dist/src/graph/kg/extraction/orchestrator.js +48 -27
- package/dist/src/graph/kg/extraction/orchestrator.js.map +1 -1
- package/dist/src/graph/kg/index.d.ts +3 -1
- package/dist/src/graph/kg/index.d.ts.map +1 -1
- package/dist/src/graph/kg/index.js +3 -1
- package/dist/src/graph/kg/index.js.map +1 -1
- package/dist/src/graph/kg/surface/cli.d.ts.map +1 -1
- package/dist/src/graph/kg/surface/cli.js +48 -2
- package/dist/src/graph/kg/surface/cli.js.map +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/tui/install-ui/ComponentGrid.d.ts +0 -4
- package/dist/src/tui/install-ui/ComponentGrid.d.ts.map +1 -1
- package/dist/src/tui/install-ui/ComponentGrid.js +87 -15
- package/dist/src/tui/install-ui/ComponentGrid.js.map +1 -1
- package/dist/src/tui/install-ui/ExecutionView.d.ts.map +1 -1
- package/dist/src/tui/install-ui/ExecutionView.js +8 -2
- package/dist/src/tui/install-ui/ExecutionView.js.map +1 -1
- package/dist/src/tui/install-ui/GroupedHub.js +1 -1
- package/dist/src/tui/install-ui/GroupedHub.js.map +1 -1
- package/dist/src/tui/install-ui/ToggleView.d.ts +9 -0
- package/dist/src/tui/install-ui/ToggleView.d.ts.map +1 -0
- package/dist/src/tui/install-ui/ToggleView.js +136 -0
- package/dist/src/tui/install-ui/ToggleView.js.map +1 -0
- package/dist/src/tui/install-ui/useInstallFlowState.d.ts.map +1 -1
- package/dist/src/tui/install-ui/useInstallFlowState.js +3 -3
- package/dist/src/tui/install-ui/useInstallFlowState.js.map +1 -1
- package/dist/src/utils/update-notices.js +12 -0
- package/dist/src/utils/update-notices.js.map +1 -1
- package/dist/src/utils/wasm-relaunch.d.ts +5 -0
- package/dist/src/utils/wasm-relaunch.d.ts.map +1 -0
- package/dist/src/utils/wasm-relaunch.js +29 -0
- package/dist/src/utils/wasm-relaunch.js.map +1 -0
- package/package.json +2 -1
- package/workflows/claude-instructions.md +0 -1
- package/workflows/codex-instructions.md +1 -1
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
# Phase 1: Detect & Score
|
|
2
|
+
|
|
3
|
+
## Objective
|
|
4
|
+
|
|
5
|
+
Scan the input text for AI writing patterns across four categories and generate an initial quality score on five dimensions. This phase produces a pattern report that drives Phase 2 rewrites.
|
|
6
|
+
|
|
7
|
+
## Execution
|
|
8
|
+
|
|
9
|
+
### Step 1.1: Load Input
|
|
10
|
+
|
|
11
|
+
1. Accept input as file path (.tex, .md) or pasted text
|
|
12
|
+
2. Read full content into working memory
|
|
13
|
+
3. Detect primary language:
|
|
14
|
+
- **English**: ASCII-dominant, Latin script
|
|
15
|
+
- **Chinese**: CJK character majority
|
|
16
|
+
- **Mixed**: Both scripts present -- note ratio and mark bilingual sections
|
|
17
|
+
4. If LaTeX (.tex): parse preamble separately, focus scanning on body content only (between `\begin{document}` and `\end{document}`)
|
|
18
|
+
|
|
19
|
+
### Step 1.2: Pattern Scan
|
|
20
|
+
|
|
21
|
+
Scan text against reference pattern files. For each match, record: passage text, line/paragraph location, pattern ID, category, and severity (high/medium/low).
|
|
22
|
+
|
|
23
|
+
#### Category A: Content Patterns
|
|
24
|
+
|
|
25
|
+
Reference: `references/patterns-english.md` sections 1-6, `references/patterns-chinese.md` sections 1-6
|
|
26
|
+
|
|
27
|
+
| ID | Pattern | Severity |
|
|
28
|
+
|----|---------|----------|
|
|
29
|
+
| C1 | Undue emphasis on significance | High |
|
|
30
|
+
| C2 | Undue emphasis on notability | Medium |
|
|
31
|
+
| C3 | Superficial -ing analyses | High |
|
|
32
|
+
| C4 | Promotional language | High |
|
|
33
|
+
| C5 | Vague attributions | Medium |
|
|
34
|
+
| C6 | Formulaic challenges sections | Medium |
|
|
35
|
+
|
|
36
|
+
#### Category B: Language Patterns
|
|
37
|
+
|
|
38
|
+
Reference: `references/patterns-english.md` sections 7-12, `references/patterns-chinese.md` sections 7-12
|
|
39
|
+
|
|
40
|
+
| ID | Pattern | Severity |
|
|
41
|
+
|----|---------|----------|
|
|
42
|
+
| L1 | AI vocabulary (Additionally, crucial, delve, enhance, landscape, etc.) | High |
|
|
43
|
+
| L2 | Copula avoidance (serves as, stands as) | Medium |
|
|
44
|
+
| L3 | Negative parallelisms | Medium |
|
|
45
|
+
| L4 | Rule of three | Low |
|
|
46
|
+
| L5 | Elegant variation (synonym cycling) | Medium |
|
|
47
|
+
| L6 | False ranges | Low |
|
|
48
|
+
|
|
49
|
+
#### Category C: Style Patterns
|
|
50
|
+
|
|
51
|
+
Reference: `references/patterns-english.md` sections 13-15, `references/patterns-chinese.md` sections 13-15
|
|
52
|
+
|
|
53
|
+
| ID | Pattern | Severity |
|
|
54
|
+
|----|---------|----------|
|
|
55
|
+
| S1 | Em dash overuse | Medium |
|
|
56
|
+
| S2 | Boldface overuse | Low |
|
|
57
|
+
| S3 | Inline-header vertical lists | Medium |
|
|
58
|
+
|
|
59
|
+
#### Category D: Communication & Filler Patterns
|
|
60
|
+
|
|
61
|
+
Reference: `references/patterns-english.md` sections 16-20, `references/patterns-chinese.md` sections 16-20
|
|
62
|
+
|
|
63
|
+
| ID | Pattern | Severity |
|
|
64
|
+
|----|---------|----------|
|
|
65
|
+
| F1 | Collaborative artifacts (I hope this helps, Let me know) | High |
|
|
66
|
+
| F2 | Knowledge cutoff disclaimers | High |
|
|
67
|
+
| F3 | Filler phrases | Medium |
|
|
68
|
+
| F4 | Excessive hedging | Medium |
|
|
69
|
+
| F5 | Generic positive conclusions | Medium |
|
|
70
|
+
|
|
71
|
+
### Step 1.3: Score
|
|
72
|
+
|
|
73
|
+
Rate the text on a 1-10 scale for each dimension (10 = best). Score per section if the text has clear sections, then compute overall scores.
|
|
74
|
+
|
|
75
|
+
| Dimension | 1 (worst) | 10 (best) |
|
|
76
|
+
|-----------|-----------|-----------|
|
|
77
|
+
| **Directness** | Every point announced before stated; throat-clearing openers everywhere | Claims made directly without pre-announcement or softening |
|
|
78
|
+
| **Rhythm** | Every sentence same length and structure; metronomic cadence | Varied sentence lengths; short punchy lines mixed with longer ones |
|
|
79
|
+
| **Trust** | Reader hand-held through every inference; over-explained | Facts stated; reader trusted to draw conclusions |
|
|
80
|
+
| **Authenticity** | Reads like template-generated content; no human voice | Sounds like a specific person wrote it; has opinions and texture |
|
|
81
|
+
| **Density** | Significant cuttable filler; redundant phrases throughout | Every word earns its place; nothing cuttable without losing meaning |
|
|
82
|
+
|
|
83
|
+
**Scoring rules**:
|
|
84
|
+
- Score each section independently first
|
|
85
|
+
- Weight section scores by word count for overall score
|
|
86
|
+
- Total possible = 50 (5 dimensions x 10 max)
|
|
87
|
+
- Record specific passages that caused low scores as evidence
|
|
88
|
+
|
|
89
|
+
## Output
|
|
90
|
+
|
|
91
|
+
```
|
|
92
|
+
patternReport:
|
|
93
|
+
language: <detected language>
|
|
94
|
+
sections:
|
|
95
|
+
- name: <section identifier>
|
|
96
|
+
wordCount: <n>
|
|
97
|
+
flaggedPassages:
|
|
98
|
+
- text: "<flagged passage>"
|
|
99
|
+
location: <line or paragraph ref>
|
|
100
|
+
patternId: <C1-C6, L1-L6, S1-S3, F1-F5>
|
|
101
|
+
category: <content|language|style|filler>
|
|
102
|
+
severity: <high|medium|low>
|
|
103
|
+
suggestion: "<brief fix direction>"
|
|
104
|
+
scores:
|
|
105
|
+
directness: <1-10>
|
|
106
|
+
rhythm: <1-10>
|
|
107
|
+
trust: <1-10>
|
|
108
|
+
authenticity: <1-10>
|
|
109
|
+
density: <1-10>
|
|
110
|
+
total: <5-50>
|
|
111
|
+
overall:
|
|
112
|
+
totalPatterns: <count>
|
|
113
|
+
bySeverity: { high: <n>, medium: <n>, low: <n> }
|
|
114
|
+
byCategory: { content: <n>, language: <n>, style: <n>, filler: <n> }
|
|
115
|
+
scores:
|
|
116
|
+
directness: <weighted avg>
|
|
117
|
+
rhythm: <weighted avg>
|
|
118
|
+
trust: <weighted avg>
|
|
119
|
+
authenticity: <weighted avg>
|
|
120
|
+
density: <weighted avg>
|
|
121
|
+
total: <weighted avg>
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
## Next Phase
|
|
125
|
+
|
|
126
|
+
Pass `patternReport` to **Phase 2: Rewrite & Polish** for targeted corrections.
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# Phase 2: Rewrite & Polish
|
|
2
|
+
|
|
3
|
+
## Objective
|
|
4
|
+
|
|
5
|
+
Apply targeted rewrites to all flagged passages from Phase 1. Remove AI patterns while preserving meaning, then inject human voice and personality. This is the critical transformation phase.
|
|
6
|
+
|
|
7
|
+
<!-- COMPACT SENTINEL: Do not skip or abbreviate any step in this phase. Every flagged passage must be individually addressed. Bulk "apply all" shortcuts are not permitted. -->
|
|
8
|
+
|
|
9
|
+
## Execution
|
|
10
|
+
|
|
11
|
+
### Step 2.1: Apply Core Rules
|
|
12
|
+
|
|
13
|
+
For each flagged passage in `patternReport.sections[].flaggedPassages[]`, apply these rules in order:
|
|
14
|
+
|
|
15
|
+
**Rule 1: Cut filler phrases**
|
|
16
|
+
- Remove throat-clearing openers ("It is important to note that", "It is worth mentioning that")
|
|
17
|
+
- Remove emphasis crutches ("significantly", "notably", "remarkably")
|
|
18
|
+
- Remove hedging stacks ("could potentially possibly")
|
|
19
|
+
- If the sentence still makes sense without the phrase, cut it
|
|
20
|
+
|
|
21
|
+
**Rule 2: Break formulaic structures**
|
|
22
|
+
- Avoid binary contrasts ("not just X, but also Y" -> state Y directly)
|
|
23
|
+
- Avoid dramatic fragmentation ("It's not merely a song. It's a statement." -> state the point once)
|
|
24
|
+
- Collapse "despite X, Y continues to Z" into direct statements
|
|
25
|
+
- Break rule-of-three lists into prose or keep only the most relevant items
|
|
26
|
+
|
|
27
|
+
**Rule 3: Vary rhythm**
|
|
28
|
+
- If three consecutive sentences have similar length (within 20%), restructure
|
|
29
|
+
- Mix short declarative sentences (5-10 words) with longer compound ones
|
|
30
|
+
- Vary paragraph endings -- not every paragraph should end with a broad statement
|
|
31
|
+
- Avoid starting consecutive sentences with the same word or structure
|
|
32
|
+
|
|
33
|
+
**Rule 4: Trust readers**
|
|
34
|
+
- State facts directly without softening ("The policy failed" not "It could be argued that the policy may have fallen short")
|
|
35
|
+
- Remove "signaling", "highlighting", "underscoring" -- these tell readers what to think
|
|
36
|
+
- Cut "This is important because..." -- if it's important, the reader will see why
|
|
37
|
+
- Remove post-hoc justifications that explain why you just told the reader something
|
|
38
|
+
|
|
39
|
+
**Rule 5: Cut quotables**
|
|
40
|
+
- If a sentence sounds like it belongs on a motivational poster, rewrite it
|
|
41
|
+
- "The future looks bright" -> specific next steps
|
|
42
|
+
- "This represents a paradigm shift" -> what actually changed
|
|
43
|
+
- If you could imagine it in a press release, make it more specific
|
|
44
|
+
|
|
45
|
+
### Step 2.2: Language-Specific Rewrites
|
|
46
|
+
|
|
47
|
+
#### English Fixes
|
|
48
|
+
|
|
49
|
+
| AI Pattern | Fix |
|
|
50
|
+
|------------|-----|
|
|
51
|
+
| "serves as" / "stands as" | Use "is" |
|
|
52
|
+
| "boasts" / "features" / "offers" | Use "has" or "includes" |
|
|
53
|
+
| "Additionally" | Use "Also" or restructure to eliminate |
|
|
54
|
+
| "crucial" / "pivotal" / "vital" | Remove or use "important" if truly needed |
|
|
55
|
+
| "delve into" | Use "examine" or "look at" |
|
|
56
|
+
| "enhance" | Use "improve" or be specific about what changes |
|
|
57
|
+
| "landscape" (abstract) | Name the actual domain or remove |
|
|
58
|
+
| "tapestry" (abstract) | Describe the actual mixture |
|
|
59
|
+
| "testament to" | State the evidence directly |
|
|
60
|
+
| "vibrant" | Describe the actual quality |
|
|
61
|
+
| "nestled in" | Use "in" or "located in" |
|
|
62
|
+
| "garnered" | Use "received" or "got" |
|
|
63
|
+
| Em dashes (--) | Replace with commas, parentheses, or restructure into separate sentences |
|
|
64
|
+
| "It's not just X; it's Y" | State Y directly |
|
|
65
|
+
| "From X to Y" (false range) | List the actual topics covered |
|
|
66
|
+
|
|
67
|
+
#### Chinese Fixes
|
|
68
|
+
|
|
69
|
+
| AI Pattern | Fix |
|
|
70
|
+
|------------|-----|
|
|
71
|
+
| "此外" (Additionally) | "也" / "还" or restructure |
|
|
72
|
+
| "至关重要" (crucial) | "重要" or remove if context is clear |
|
|
73
|
+
| "深入探讨" (delve into) | "讨论" / "分析" |
|
|
74
|
+
| "充满活力" (vibrant) | Describe the actual quality |
|
|
75
|
+
| "格局" / "landscape" (abstract) | Name the specific domain |
|
|
76
|
+
| "作为……的证明/体现" | State the evidence directly |
|
|
77
|
+
| "值得注意的是" | Remove, state the fact directly |
|
|
78
|
+
| "不可磨灭的印记" | Be specific about the actual impact |
|
|
79
|
+
| "为……奠定基础" | State what was built and when |
|
|
80
|
+
| "坐落于" (nestled in) | "位于" or "在" |
|
|
81
|
+
| "令人叹为观止" (breathtaking) | Describe what is actually notable |
|
|
82
|
+
| "持久的" / "永恒的" | Remove or state the time span |
|
|
83
|
+
| "凸显/彰显了" | State the fact; let the reader judge significance |
|
|
84
|
+
|
|
85
|
+
### CHECKPOINT
|
|
86
|
+
|
|
87
|
+
Before proceeding to Step 2.3, verify:
|
|
88
|
+
- [ ] Every flagged passage from Phase 1 has been addressed
|
|
89
|
+
- [ ] No new AI patterns were introduced during rewriting
|
|
90
|
+
- [ ] LaTeX commands remain intact (run Step 2.4 check)
|
|
91
|
+
- [ ] Core meaning is preserved in every rewrite
|
|
92
|
+
|
|
93
|
+
If any check fails, return to the failing step before continuing.
|
|
94
|
+
|
|
95
|
+
### Step 2.3: Add Voice & Soul
|
|
96
|
+
|
|
97
|
+
This step is critical. Removing AI patterns is necessary but not sufficient. Text that has only had patterns removed often reads as flat and lifeless. The goal is to add humanity.
|
|
98
|
+
|
|
99
|
+
**Have opinions**
|
|
100
|
+
- React to facts, don't just report them
|
|
101
|
+
- State what is surprising, unusual, or counter-intuitive
|
|
102
|
+
|
|
103
|
+
| Before (flat) | After (with voice) |
|
|
104
|
+
|---|---|
|
|
105
|
+
| "The company grew 200% in two years." | "The company tripled in two years, an unusual pace even for the sector." |
|
|
106
|
+
| "This approach achieves state-of-the-art results on three benchmarks." | "This approach tops three benchmarks — though the margins on GLUE are razor-thin." |
|
|
107
|
+
| "该方法在三个数据集上优于基线。" | "该方法在三个数据集上均优于基线,其中在小样本场景下的提升尤为明显。" |
|
|
108
|
+
|
|
109
|
+
**Vary rhythm deliberately**
|
|
110
|
+
- After a long explanatory sentence, follow with something short
|
|
111
|
+
- Let paragraph rhythm reflect content — tense moments get shorter sentences
|
|
112
|
+
|
|
113
|
+
| Before (metronomic) | After (varied) |
|
|
114
|
+
|---|---|
|
|
115
|
+
| "The algorithm processes each node by traversing the adjacency list. It compares weights at each step. It then selects the minimum-cost edge." | "The algorithm processes each node by traversing the adjacency list, comparing weights, and selecting the minimum-cost edge at each step. This is slow." |
|
|
116
|
+
| "我们首先进行数据预处理。然后我们训练模型。最后我们评估性能。" | "数据预处理后直接进入训练。评估结果出人意料。" |
|
|
117
|
+
|
|
118
|
+
**Acknowledge complexity**
|
|
119
|
+
- Real humans have mixed feelings — avoid clean narratives where everything is positive
|
|
120
|
+
- It is fine to leave questions open
|
|
121
|
+
|
|
122
|
+
| Before (clean narrative) | After (honest complexity) |
|
|
123
|
+
|---|---|
|
|
124
|
+
| "The reform improved healthcare access, demonstrating the effectiveness of the policy." | "The reform improved access but created new bottlenecks — rural clinics gained funding yet lost staff to urban hospitals." |
|
|
125
|
+
| "该方法有效解决了这一长期存在的问题。" | "该方法缓解了主要瓶颈,但在极端分布偏移下仍存在退化现象。" |
|
|
126
|
+
|
|
127
|
+
**Use appropriate voice**
|
|
128
|
+
- In non-academic contexts: "I think", "I found", "In my experience"
|
|
129
|
+
- In academic contexts: "We observe", "Our analysis suggests", "We note that"
|
|
130
|
+
- Avoid passive voice when it hides the agent unnecessarily
|
|
131
|
+
|
|
132
|
+
| Before (passive/hidden) | After (active/clear) |
|
|
133
|
+
|---|---|
|
|
134
|
+
| "It was observed that the model failed to converge." | "We found the model failed to converge when batch size exceeded 256." |
|
|
135
|
+
| "实验结果表明了该方法的有效性。" | "实验结果表明该方法在低资源场景下尤为有效,但在数据充足时优势减弱。" |
|
|
136
|
+
|
|
137
|
+
**For academic context specifically**
|
|
138
|
+
- Maintain formal-but-natural tone
|
|
139
|
+
- Precision matters more than personality
|
|
140
|
+
- Voice comes through in word choice and analytical framing, not casual language
|
|
141
|
+
- Signal uncertainty honestly ("This suggests..." rather than "This proves...")
|
|
142
|
+
- Keep discipline-specific terminology
|
|
143
|
+
|
|
144
|
+
### Step 2.4: Preserve LaTeX
|
|
145
|
+
|
|
146
|
+
For .tex input, verify after all rewrites:
|
|
147
|
+
|
|
148
|
+
1. All `\cite{...}` commands are intact with correct keys
|
|
149
|
+
2. All `\ref{...}` and `\label{...}` pairs are preserved
|
|
150
|
+
3. Math environments (`$...$`, `\[...\]`, `\begin{equation}...`) are unchanged
|
|
151
|
+
4. Custom commands and macros are untouched
|
|
152
|
+
5. Figure/table environments and their captions are structurally intact
|
|
153
|
+
6. No LaTeX commands were accidentally modified during text rewrites
|
|
154
|
+
|
|
155
|
+
**Method**: Extract all LaTeX commands from original text, compare with rewritten text, flag any differences.
|
|
156
|
+
|
|
157
|
+
## Output
|
|
158
|
+
|
|
159
|
+
```
|
|
160
|
+
polishedText:
|
|
161
|
+
sections:
|
|
162
|
+
- name: <section identifier>
|
|
163
|
+
originalText: "<original>"
|
|
164
|
+
rewrittenText: "<rewritten>"
|
|
165
|
+
changesApplied:
|
|
166
|
+
- patternId: <id>
|
|
167
|
+
original: "<flagged passage>"
|
|
168
|
+
rewritten: "<new passage>"
|
|
169
|
+
ruleApplied: "<rule name>"
|
|
170
|
+
latexIntegrity: <pass|fail>
|
|
171
|
+
checkpointStatus: <pass|fail>
|
|
172
|
+
voiceAdded: <true|false>
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
## Next Phase
|
|
176
|
+
|
|
177
|
+
Pass `polishedText` to **Phase 3: Validate & Score** for re-scoring and comparison.
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
# Phase 3: Validate & Score
|
|
2
|
+
|
|
3
|
+
## Objective
|
|
4
|
+
|
|
5
|
+
Re-score the polished text using the same five dimensions from Phase 1, compare before/after results, apply threshold checks, and generate a final report with all changes documented.
|
|
6
|
+
|
|
7
|
+
## Execution
|
|
8
|
+
|
|
9
|
+
### Step 3.1: Re-Score
|
|
10
|
+
|
|
11
|
+
Apply the identical 5-dimension scoring rubric from Phase 1 to the polished text.
|
|
12
|
+
|
|
13
|
+
| Dimension | Scoring Criteria (same as Phase 1) |
|
|
14
|
+
|-----------|-----------------------------------|
|
|
15
|
+
| **Directness** (1-10) | Are claims stated without pre-announcement or softening? |
|
|
16
|
+
| **Rhythm** (1-10) | Are sentence lengths and structures varied? |
|
|
17
|
+
| **Trust** (1-10) | Are facts stated without over-explanation? |
|
|
18
|
+
| **Authenticity** (1-10) | Does the text sound like a specific person wrote it? |
|
|
19
|
+
| **Density** (1-10) | Does every word earn its place? |
|
|
20
|
+
|
|
21
|
+
**Scoring procedure**:
|
|
22
|
+
1. Score each section independently (same sections as Phase 1)
|
|
23
|
+
2. Weight section scores by word count for overall scores
|
|
24
|
+
3. Record specific passages that demonstrate improvements as evidence
|
|
25
|
+
4. Note any passages where scores did not improve or regressed
|
|
26
|
+
|
|
27
|
+
### Step 3.2: Compare
|
|
28
|
+
|
|
29
|
+
Generate a before/after comparison across all dimensions.
|
|
30
|
+
|
|
31
|
+
**Score Delta Table**:
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
Dimension | Before | After | Delta | Change
|
|
35
|
+
---------------|--------|-------|-------|-------
|
|
36
|
+
Directness | X | Y | +/- | +N%
|
|
37
|
+
Rhythm | X | Y | +/- | +N%
|
|
38
|
+
Trust | X | Y | +/- | +N%
|
|
39
|
+
Authenticity | X | Y | +/- | +N%
|
|
40
|
+
Density | X | Y | +/- | +N%
|
|
41
|
+
---------------|--------|-------|-------|-------
|
|
42
|
+
TOTAL | /50 | /50 | +/- | +N%
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
**Sample Passages**: Select the 3-5 passages showing the biggest improvements. For each, show:
|
|
46
|
+
- Original text
|
|
47
|
+
- Rewritten text
|
|
48
|
+
- Which patterns were removed (pattern IDs)
|
|
49
|
+
- Which dimension(s) improved most
|
|
50
|
+
|
|
51
|
+
**Regression Check**: Flag any passages where a dimension score decreased. These need review -- the rewrite may have introduced new issues or lost important nuance.
|
|
52
|
+
|
|
53
|
+
### Step 3.3: Threshold Check
|
|
54
|
+
|
|
55
|
+
Apply threshold rules to the total score (out of 50):
|
|
56
|
+
|
|
57
|
+
| Total Score | Rating | Action |
|
|
58
|
+
|-------------|--------|--------|
|
|
59
|
+
| >= 45 | Excellent | AI patterns effectively removed. Text reads as human-written. Proceed to final report. |
|
|
60
|
+
| 35-44 | Good | Most patterns removed. Flag specific sections scoring below 7 on any dimension for optional touch-up. Proceed to final report with recommendations. |
|
|
61
|
+
| < 35 | Needs Revision | Significant AI patterns remain. Identify the lowest-scoring sections and dimensions. Return to Phase 2 Step 2.1 for targeted re-polish of flagged sections only. |
|
|
62
|
+
|
|
63
|
+
**Revision loop rules** (when score < 35):
|
|
64
|
+
- Maximum 2 revision loops allowed
|
|
65
|
+
- Each loop targets only sections scoring below 7 on any dimension
|
|
66
|
+
- If score remains < 35 after 2 loops, proceed to final report with explicit warnings about remaining patterns
|
|
67
|
+
- Track which sections improved across loops to avoid infinite cycling
|
|
68
|
+
|
|
69
|
+
### Step 3.4: Generate Report
|
|
70
|
+
|
|
71
|
+
Produce a structured final report containing all analysis results.
|
|
72
|
+
|
|
73
|
+
**Report Structure**:
|
|
74
|
+
|
|
75
|
+
```markdown
|
|
76
|
+
# Anti-AI Writing Report
|
|
77
|
+
|
|
78
|
+
## Summary
|
|
79
|
+
- Input: <filename or "pasted text">, <word count>, <language>
|
|
80
|
+
- Patterns found: <total> (high: <n>, medium: <n>, low: <n>)
|
|
81
|
+
- Patterns fixed: <n>/<total>
|
|
82
|
+
- Score improvement: <before>/50 -> <after>/50 (+<delta>)
|
|
83
|
+
- Rating: <Excellent|Good|Needs Revision>
|
|
84
|
+
|
|
85
|
+
## Score Comparison
|
|
86
|
+
<Score delta table from Step 3.2>
|
|
87
|
+
|
|
88
|
+
## Top Improvements
|
|
89
|
+
<3-5 best before/after passage comparisons>
|
|
90
|
+
|
|
91
|
+
## Changes Log
|
|
92
|
+
For each change:
|
|
93
|
+
- Location: <section, paragraph, line>
|
|
94
|
+
- Pattern: <pattern ID and name>
|
|
95
|
+
- Original: "<original text>"
|
|
96
|
+
- Revised: "<revised text>"
|
|
97
|
+
- Rule applied: <rule name from Phase 2>
|
|
98
|
+
|
|
99
|
+
## Remaining Issues (if any)
|
|
100
|
+
- Passages where patterns persist
|
|
101
|
+
- Sections scoring below 7 on any dimension
|
|
102
|
+
- Recommendations for manual review
|
|
103
|
+
|
|
104
|
+
## Polished Text
|
|
105
|
+
<Complete polished text, ready for use>
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Output
|
|
109
|
+
|
|
110
|
+
```
|
|
111
|
+
finalReport:
|
|
112
|
+
summary:
|
|
113
|
+
input: <filename or description>
|
|
114
|
+
wordCount: <n>
|
|
115
|
+
language: <detected language>
|
|
116
|
+
patternsFound: <total>
|
|
117
|
+
patternsFixed: <n>
|
|
118
|
+
scoreBefore: <n>/50
|
|
119
|
+
scoreAfter: <n>/50
|
|
120
|
+
rating: <Excellent|Good|Needs Revision>
|
|
121
|
+
scores:
|
|
122
|
+
before: { directness, rhythm, trust, authenticity, density, total }
|
|
123
|
+
after: { directness, rhythm, trust, authenticity, density, total }
|
|
124
|
+
delta: { directness, rhythm, trust, authenticity, density, total }
|
|
125
|
+
topImprovements: [{ original, revised, patternsRemoved, dimensionsImproved }]
|
|
126
|
+
changesLog: [{ location, patternId, original, revised, ruleApplied }]
|
|
127
|
+
remainingIssues: [{ location, description, recommendation }]
|
|
128
|
+
polishedText: "<complete final text>"
|
|
129
|
+
revisionLoops: <0|1|2>
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## Next Phase
|
|
133
|
+
|
|
134
|
+
None -- this is the final phase. Deliver `finalReport` and `polishedText` to the user.
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
# 中文 AI 写作模式 - 完整参考
|
|
2
|
+
|
|
3
|
+
Complete Chinese AI Writing Patterns Reference.
|
|
4
|
+
|
|
5
|
+
## 内容模式 (CONTENT PATTERNS)
|
|
6
|
+
|
|
7
|
+
### 1. 过度强调意义、遗产和更广泛的趋势
|
|
8
|
+
|
|
9
|
+
**需要注意的词汇**:作为/充当、标志着/见证、是……的体现/证明/提醒、极其重要的/重要的/至关重要的/核心的/关键性的作用/时刻、凸显/强调/彰显了其重要性/意义、反映了更广泛的、象征着其持续的/永恒的/持久的、为……做出贡献、为……奠定基础、标志着/塑造着、代表/标志着一个转变、关键转折点、不断演变的格局、焦点、不可磨灭的印记、深深植根于
|
|
10
|
+
|
|
11
|
+
**改写前**:
|
|
12
|
+
> 加泰罗尼亚统计局于 1989 年正式成立,标志着西班牙区域统计演变史上的关键时刻。这一举措是西班牙全国范围内更广泛运动的一部分,旨在分散行政职能并加强区域治理。
|
|
13
|
+
|
|
14
|
+
**改写后**:
|
|
15
|
+
> 加泰罗尼亚统计局成立于 1989 年,负责独立于西班牙国家统计局收集和发布区域统计数据。
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
### 2. 过度强调知名度和媒体报道
|
|
20
|
+
|
|
21
|
+
**需要注意的词汇**:独立报道、地方/区域/国家媒体、由知名专家撰写、活跃的社交媒体账号
|
|
22
|
+
|
|
23
|
+
**改写前**:
|
|
24
|
+
> 她的观点被《纽约时报》、BBC、《金融时报》和《印度教徒报》引用。她在社交媒体上拥有活跃的存在,拥有超过 50 万粉丝。
|
|
25
|
+
|
|
26
|
+
**改写后**:
|
|
27
|
+
> 在 2024 年《纽约时报》的采访中,她认为 AI 监管应该关注结果而不是方法。
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
### 3. 以 -ing 结尾的肤浅分析
|
|
32
|
+
|
|
33
|
+
**需要注意的词汇**:突出/强调/彰显……、确保……、反映/象征……、为……做出贡献、培养/促进……、涵盖……、展示……
|
|
34
|
+
|
|
35
|
+
**改写前**:
|
|
36
|
+
> 寺庙的蓝色、绿色和金色色调与该地区的自然美景产生共鸣,象征着德克萨斯州的蓝帽花、墨西哥湾和多样化的德克萨斯州景观,反映了社区与土地的深厚联系。
|
|
37
|
+
|
|
38
|
+
**改写后**:
|
|
39
|
+
> 寺庙使用蓝色、绿色和金色。建筑师表示这些颜色是为了呼应当地的蓝帽花和墨西哥湾海岸。
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
### 4. 宣传和广告式语言
|
|
44
|
+
|
|
45
|
+
**需要注意的词汇**:拥有(夸张用法)、充满活力的、丰富的(比喻)、深刻的、增强其、展示、体现、致力于、自然之美、坐落于、位于……的中心、开创性的(比喻)、著名的、令人叹为观止的、必游之地、迷人的
|
|
46
|
+
|
|
47
|
+
**改写前**:
|
|
48
|
+
> 坐落在埃塞俄比亚贡德尔地区令人叹为观止的区域内,Alamata Raya Kobo 是一座充满活力的城镇,拥有丰富的文化遗产和迷人的自然美景。
|
|
49
|
+
|
|
50
|
+
**改写后**:
|
|
51
|
+
> Alamata Raya Kobo 是埃塞俄比亚贡德尔地区的一座城镇,以其每周集市和 18 世纪教堂而闻名。
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
### 5. 模糊归因和含糊措辞
|
|
56
|
+
|
|
57
|
+
**需要注意的词汇**:行业报告显示、观察者指出、专家认为、一些批评者认为、多个来源/出版物(实际引用却很少)
|
|
58
|
+
|
|
59
|
+
**改写前**:
|
|
60
|
+
> 由于其独特的特征,浩来河引起了研究人员和保护主义者的兴趣。专家认为它在区域生态系统中发挥着至关重要的作用。
|
|
61
|
+
|
|
62
|
+
**改写后**:
|
|
63
|
+
> 根据中国科学院 2019 年的调查,浩来河支持多种特有鱼类。
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
### 6. 提纲式的"挑战与未来展望"部分
|
|
68
|
+
|
|
69
|
+
**需要注意的词汇**:尽管其……面临若干挑战……、尽管存在这些挑战、挑战与遗产、未来展望
|
|
70
|
+
|
|
71
|
+
**改写前**:
|
|
72
|
+
> 尽管工业繁荣,Korattur 面临着城市地区典型的挑战,包括交通拥堵和水资源短缺。尽管存在这些挑战,凭借其战略位置和正在进行的举措,Korattur 继续蓬勃发展,成为钦奈增长不可或缺的一部分。
|
|
73
|
+
|
|
74
|
+
**改写后**:
|
|
75
|
+
> 2015 年三个新 IT 园区开业后,交通拥堵加剧。市政公司于 2022 年启动了雨水排水项目,以解决反复发生的洪水。
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## 语言和语法模式 (LANGUAGE PATTERNS)
|
|
80
|
+
|
|
81
|
+
### 7. 过度使用的"AI 词汇"
|
|
82
|
+
|
|
83
|
+
**高频 AI 词汇**:此外、与……保持一致、至关重要、深入探讨、强调、持久的、增强、培养、获得、突出(动词)、相互作用、复杂/复杂性、关键(形容词)、格局(抽象名词)、关键性的、展示、织锦(抽象名词)、证明、强调(动词)、宝贵的、充满活力的
|
|
84
|
+
|
|
85
|
+
**改写前**:
|
|
86
|
+
> 此外,索马里菜肴的一个显著特征是加入骆驼肉。意大利殖民影响的持久证明是当地烹饪格局中广泛采用意大利面,展示了这些菜肴如何融入传统饮食。
|
|
87
|
+
|
|
88
|
+
**改写后**:
|
|
89
|
+
> 索马里菜肴还包括骆驼肉,被认为是一种美味。在意大利殖民期间引入的意大利面菜肴仍然很常见,尤其是在南部。
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
### 8. 避免使用"是"(系动词回避)
|
|
94
|
+
|
|
95
|
+
**需要注意的词汇**:作为/代表/标志着/充当 [一个]、拥有/设有/提供 [一个]
|
|
96
|
+
|
|
97
|
+
**改写前**:
|
|
98
|
+
> Gallery 825 作为 LAAA 的当代艺术展览空间。画廊设有四个独立空间,拥有超过 3000 平方英尺。
|
|
99
|
+
|
|
100
|
+
**改写后**:
|
|
101
|
+
> Gallery 825 是 LAAA 的当代艺术展览空间。画廊有四个房间,总面积 3000 平方英尺。
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
### 9. 否定式排比
|
|
106
|
+
|
|
107
|
+
**改写前**:
|
|
108
|
+
> 这不仅仅是节拍在人声下流动;它是攻击性和氛围的一部分。这不仅仅是一首歌,而是一种声明。
|
|
109
|
+
|
|
110
|
+
**改写后**:
|
|
111
|
+
> 沉重的节拍增加了攻击性的基调。
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
### 10. 三段式法则过度使用
|
|
116
|
+
|
|
117
|
+
**改写前**:
|
|
118
|
+
> 活动包括主题演讲、小组讨论和社交机会。与会者可以期待创新、灵感和行业洞察。
|
|
119
|
+
|
|
120
|
+
**改写后**:
|
|
121
|
+
> 活动包括演讲和小组讨论。会议之间还有非正式社交的时间。
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
### 11. 刻意换词(同义词循环)
|
|
126
|
+
|
|
127
|
+
**改写前**:
|
|
128
|
+
> 主人公面临许多挑战。主要角色必须克服障碍。中心人物最终获得胜利。英雄回到家中。
|
|
129
|
+
|
|
130
|
+
**改写后**:
|
|
131
|
+
> 主人公面临许多挑战,但最终获得胜利并回到家中。
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
### 12. 虚假范围
|
|
136
|
+
|
|
137
|
+
**改写前**:
|
|
138
|
+
> 我们穿越宇宙的旅程将我们从大爆炸的奇点带到宏伟的宇宙网,从恒星的诞生和死亡到暗物质的神秘舞蹈。
|
|
139
|
+
|
|
140
|
+
**改写后**:
|
|
141
|
+
> 这本书涵盖了大爆炸、恒星形成和当前关于暗物质的理论。
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## 风格模式 (STYLE PATTERNS)
|
|
146
|
+
|
|
147
|
+
### 13. 破折号过度使用
|
|
148
|
+
|
|
149
|
+
**改写前**:
|
|
150
|
+
> 这个术语主要由荷兰机构推广——而不是由人民自己。你不会说"荷兰,欧洲"作为地址——但这种错误标记仍在继续——即使在官方文件中。
|
|
151
|
+
|
|
152
|
+
**改写后**:
|
|
153
|
+
> 这个术语主要由荷兰机构推广,而不是由人民自己。你不会说"荷兰,欧洲"作为地址,但这种错误标记在官方文件中仍在继续。
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
### 14. 粗体过度使用
|
|
158
|
+
|
|
159
|
+
**改写前**:
|
|
160
|
+
> 它融合了 **OKR(目标和关键结果)**、**KPI(关键绩效指标)** 和视觉战略工具,如 **商业模式画布(BMC)** 和 **平衡计分卡(BSC)**。
|
|
161
|
+
|
|
162
|
+
**改写后**:
|
|
163
|
+
> 它融合了 OKR、KPI 和视觉战略工具,如商业模式画布和平衡计分卡。
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
### 15. 内联标题垂直列表
|
|
168
|
+
|
|
169
|
+
**改写前**:
|
|
170
|
+
> - **用户体验:** 用户体验通过新界面得到显著改善。
|
|
171
|
+
> - **性能:** 性能通过优化算法得到增强。
|
|
172
|
+
> - **安全性:** 安全性通过端到端加密得到加强。
|
|
173
|
+
|
|
174
|
+
**改写后**:
|
|
175
|
+
> 更新改进了界面,通过优化算法加快了加载时间,并添加了端到端加密。
|
|
176
|
+
|
|
177
|
+
---
|
|
178
|
+
|
|
179
|
+
## 交流模式 (COMMUNICATION PATTERNS)
|
|
180
|
+
|
|
181
|
+
### 16. 协作交流痕迹
|
|
182
|
+
|
|
183
|
+
**需要注意的词汇**:希望这对您有帮助、当然!、一定!、您说得完全正确!、您想要……、请告诉我、这是一个……
|
|
184
|
+
|
|
185
|
+
**改写前**:
|
|
186
|
+
> 这是法国大革命的概述。希望这对您有帮助!如果您想让我扩展任何部分,请告诉我。
|
|
187
|
+
|
|
188
|
+
**改写后**:
|
|
189
|
+
> 法国大革命始于 1789 年,当时财政危机和粮食短缺导致了广泛的动荡。
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
### 17. 知识截止日期免责声明
|
|
194
|
+
|
|
195
|
+
**需要注意的词汇**:截至 [日期]、根据我最后的训练更新、虽然具体细节有限/稀缺……、基于可用信息……
|
|
196
|
+
|
|
197
|
+
**改写前**:
|
|
198
|
+
> 虽然关于公司成立的具体细节在现成资料中没有广泛记录,但它似乎是在 20 世纪 90 年代的某个时候成立的。
|
|
199
|
+
|
|
200
|
+
**改写后**:
|
|
201
|
+
> 根据注册文件,该公司成立于 1994 年。
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
## 填充模式 (FILLER PATTERNS)
|
|
206
|
+
|
|
207
|
+
### 18. 填充短语
|
|
208
|
+
|
|
209
|
+
| 改写前 | 改写后 |
|
|
210
|
+
|--------|--------|
|
|
211
|
+
| "为了实现这一目标" | "为了实现这一点" |
|
|
212
|
+
| "由于下雨的事实" | "因为下雨" |
|
|
213
|
+
| "在这个时间点" | "现在" |
|
|
214
|
+
| "在您需要帮助的情况下" | "如果您需要帮助" |
|
|
215
|
+
| "系统具有处理的能力" | "系统可以处理" |
|
|
216
|
+
| "值得注意的是数据显示" | "数据显示" |
|
|
217
|
+
|
|
218
|
+
---
|
|
219
|
+
|
|
220
|
+
### 19. 过度限定
|
|
221
|
+
|
|
222
|
+
**改写前**:
|
|
223
|
+
> 可以潜在地可能被认为该政策可能会对结果产生一些影响。
|
|
224
|
+
|
|
225
|
+
**改写后**:
|
|
226
|
+
> 该政策可能会影响结果。
|
|
227
|
+
|
|
228
|
+
---
|
|
229
|
+
|
|
230
|
+
### 20. 通用积极结论
|
|
231
|
+
|
|
232
|
+
**改写前**:
|
|
233
|
+
> 公司的未来看起来光明。激动人心的时代即将到来,他们继续追求卓越的旅程。这代表了向正确方向迈出的重要一步。
|
|
234
|
+
|
|
235
|
+
**改写后**:
|
|
236
|
+
> 该公司计划明年再开设两个地点。
|
|
237
|
+
|
|
238
|
+
---
|
|
239
|
+
|
|
240
|
+
## 来源
|
|
241
|
+
|
|
242
|
+
[基于维基百科:AI 写作特征](https://en.wikipedia.org/wiki/Wikipedia/Signs_of_AI_writing)
|