Skip to content

feat(workflows): expand template library from 9 to 22 + multiline string cleanup#36

Merged
houko merged 4 commits intomainfrom
feat/expand-workflow-templates
Apr 1, 2026
Merged

feat(workflows): expand template library from 9 to 22 + multiline string cleanup#36
houko merged 4 commits intomainfrom
feat/expand-workflow-templates

Conversation

@houko
Copy link
Copy Markdown
Contributor

@houko houko commented Apr 1, 2026

Summary

  • Add 13 new workflow templates across engineering, business, and productivity categories
  • Overhaul all 9 existing templates (better parameters, more steps, cleaner prompts)
  • Convert all \n escape sequences in prompt strings to TOML multiline syntax ("""...""") across the entire repo

New Templates

Engineering: test-generation, refactor-plan, api-design, bug-triage, incident-postmortem

Business: market-research, competitor-analysis, product-spec, decision-matrix

Productivity: meeting-summary, learning-plan, job-application, blog-post

Existing Template Improvements

Template Changes
data-pipeline Redesigned — removed broken "fetch URL" step; now works with pasted data via raw_data param; profile → clean_transform → analyse DAG
translate-polish Added target_language + register params; added back_translate accuracy step
weekly-report Added team_or_role + audience params; added Metrics and Notes sections
content-pipeline Added audience + tone params; added outline step; 4-step DAG
content-review Fixed category (creation); added platform-specific tone guidance
customer-support Fixed category (business); added empathy and escalation steps
test-generation Added language param; code_analysis → edge_cases → test_suite DAG
refactor-plan Added context param; smell_analysis → prioritised_opportunities → migration_plan DAG
market-research Added business_context param; market_landscape → customer_segments → research_report DAG

…ss, and productivity

Engineering:
- bug-triage: reproduce path → root cause → fix plan
- api-design: resource model → endpoints → OpenAPI spec
- incident-postmortem: timeline → RCA → full postmortem report
- test-generation: code analysis → edge cases → full test suite
- refactor-plan: smell analysis → prioritised opportunities → migration plan

Business:
- competitor-analysis: profiles → SWOT → strategy report
- product-spec: problem definition → user stories → full PRD
- market-research: landscape → segments → research report

Productivity/Thinking:
- meeting-summary: raw notes → structured summary → follow-up email
- decision-matrix: criteria → weighted scoring → recommendation memo
- learning-plan: gap analysis → roadmap → week-1 day-by-day plan
- job-application: job analysis → tailored resume → cover letter → interview prep
- blog-post: research → outline → draft → SEO optimisation

Closes #1912 on librefang/librefang
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

houko added 2 commits April 1, 2026 19:12
- data-pipeline: redesigned — original 'extract from URL' step was
  broken (LLMs cannot fetch URLs); replaced with paste-data approach
  (profile → clean_transform → analyse) with analysis_goal parameter
- translate-polish: added target_language and register parameters;
  added back-translation step for accuracy verification
- weekly-report: added team/audience parameters, richer extraction
  step, added Metrics and Notes sections
- content-pipeline: added audience/tone parameters, added outline step
  between research and writing
- content-review: fix category 'content' → 'creation'
- customer-support: fix category 'support' → 'business'
…ne syntax

Replace \n escape sequences with real newlines using triple-quote
multiline strings ("""...""") across all 22 workflow templates.
No content changes — formatting only.
@houko houko changed the title feat(workflows): add 13 workflow templates feat(workflows): expand template library from 9 to 22 + multiline string cleanup Apr 1, 2026
@houko houko merged commit 05bdf02 into main Apr 1, 2026
3 checks passed
@houko houko deleted the feat/expand-workflow-templates branch April 1, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant