diff --git a/skills/github-agentic-workflows/references/authoring.md b/skills/github-agentic-workflows/references/authoring.md index 83fa42e..4b7a665 100644 --- a/skills/github-agentic-workflows/references/authoring.md +++ b/skills/github-agentic-workflows/references/authoring.md @@ -127,4 +127,5 @@ For authoring with agents: 1. Use `gh aw init` to prepare the repository. For agent-assisted setup, use `https://raw.githubusercontent.com/github/gh-aw/main/install.md`. 2. Use the debugging prompt at `https://raw.githubusercontent.com/github/gh-aw/main/debug.md` for failed runs. 3. Use the planner or dictation prompts from the official docs when task shaping is the bottleneck rather than workflow syntax. -4. If strict mode rejects external-source domains that are still required for the task, add deterministic pre-steps that fetch those sources to local files and instruct the agent to use the local copies. \ No newline at end of file +4. Use the interactive workshop at `https://github.github.com/gh-aw/workshop/` for hands-on exercises that cover installation, authoring, and running agentic workflows end to end. +5. If strict mode rejects external-source domains that are still required for the task, add deterministic pre-steps that fetch those sources to local files and instruct the agent to use the local copies. \ No newline at end of file