Non-Coder Agentic Workflow Builder
June 1, 2026 ยท View on GitHub
This skill turns a non-coder's plain-language team or process problems into an Agentics Beyond Code repo setup: selected GitHub Agentic Workflows, supporting documents, folder structure, policies, and adoption steps.
Core workflow
- Ask for, or infer from the user's message:
- team type and operating context
- recurring pain points
- existing artifacts and systems of record, including external tools such as Slack, Jira, Confluence, Microsoft 365, Google Workspace, Salesforce, ServiceNow, Notion, Asana, or Linear
- desired workflow outputs: comments, issues, PRs, discussions, reports
- whether they want GitHub Projects, labels, and issue templates set up
- tolerance for automation creating work items or PRs
- Read
prompts/design-non-coder-workflow-system.mdfor the full selection and scaffolding procedure. - Inspect this repo for reusable source material before creating anything:
.github/workflows/*.md.github/policies/*.md.github/ISSUE_TEMPLATE/*.ymldocs/strategy.mddocs/how-we-work.mddocs/workflow-ideas.mddocs/how-it-works.md
- Create or update a concrete setup in the target repo:
- blank
docs/strategy.md - blank
docs/how-we-work.md - folders for
decisions/,transcripts/,.github/policies/,.github/workflows/, and.github/ISSUE_TEMPLATE/ - optional project board plan, label taxonomy, and generic issue templates
- copied or adapted workflow
.mdfiles from Agentics Beyond Code - copied or adapted policy and issue-template files when the workflow needs them
- blank
- For workflow implementation details, route through the existing
agentic-workflowsskill and its creation/update prompts. - Validate the setup with
gh aw compile --strictwhen gh-aw is available.
Output standard
When the user asks for a recommendation only, produce a concise setup plan with:
- problems heard
- recommended workflows
- documents and folders to create
- workflow dependencies and required policies
- optional project board, labels, and issue templates
- rollout order
When the user asks to set it up, make the files. Prefer real repo artifacts over long explanations.
Important defaults
- Start with living documents before complex automation. Strategy and how-we-work docs are the substrate the workflows reason over.
- Prefer workflows already present in this repo before designing new ones.
- Keep workflows artifact-centered: report, decision record, issue, PR, comment, or discussion.
- Keep the agent job read-only and use
safe-outputsfor writes. - Do not import fictional sample data from the repo into a user's real setup.
Use the blank templates in
assets/blank-repo/as the starting point. - Treat GitHub Projects and issue templates as optional operating-system setup. Include them when the user's workflow needs structured work tracking, launch/intake flow, status reporting, or project-field data.
- If the user cannot name exact workflows, map pain points to the catalog in
docs/workflow-ideas.mdand the selection table inprompts/design-non-coder-workflow-system.md. - When adapting Slack-related workflows, start from the standard emoji meanings
in
docs/slack-integration-plan.md, but expose the actual emoji names as configuration so each workspace can substitute its own conventions.