<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guides on PRDwise community</title><link>https://staging.prdwise.pages.dev/guides/</link><description>Recent content in Guides on PRDwise community</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 03 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://staging.prdwise.pages.dev/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>Get the Templates</title><link>https://staging.prdwise.pages.dev/guides/getting-started/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/getting-started/</guid><description>&lt;p&gt;The prdwise repository contains all templates, setup scripts, and agent instructions you need to get started.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Repositories&lt;/strong&gt;&lt;br&gt;
(Git): &lt;a href="https://codeberg.org/PRDwise/prdwise"&gt;https://codeberg.org/PRDwise/prdwise&lt;/a&gt;&lt;br&gt;
(Mercurial): &lt;a href="https://hg.sr.ht/~francisco_reyes/prdwise"&gt;https://hg.sr.ht/~francisco_reyes/prdwise&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="choose-your-setup-guide"&gt;Choose Your Setup Guide&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;New to prdwise or agentic development?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Follow the &lt;a href="https://codeberg.org/PRDwise/prdwise/src/branch/main/docs/setup-beginners.md"&gt;beginner setup guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Includes Mercurial installation, complete walkthrough, and examples&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Experienced user?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;See the &lt;a href="https://codeberg.org/PRDwise/prdwise/src/branch/main/docs/setup-experienced.md"&gt;quick setup guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Get started in minutes with essential commands and references&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Adding to an existing project?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Learn how to &lt;a href="https://codeberg.org/PRDwise/prdwise/src/branch/main/docs/onboarding.md"&gt;onboard your project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Covers integration, VCS setup, and migration strategies&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="whats-new"&gt;What&amp;rsquo;s new&lt;/h2&gt;
&lt;p&gt;Recent additions to the framework, each with its own guide:&lt;/p&gt;</description></item><item><title>Learning Mode</title><link>https://staging.prdwise.pages.dev/guides/learning-mode/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/learning-mode/</guid><description>&lt;p&gt;Learning mode shifts the agent from doing your work to teaching you how to do it. You stay in the driver&amp;rsquo;s seat; the agent asks questions, suggests directions, or reviews what you wrote. It is opt-in and intended only for new projects.&lt;/p&gt;
&lt;h2 id="what-it-is"&gt;What it is&lt;/h2&gt;
&lt;p&gt;A configuration layer on top of the standard prdwise workflow. When enabled, the agent picks a coaching style based on your profile (technical or writing) and adjusts how it responds — questions instead of answers, hints instead of solutions, reviews instead of rewrites.&lt;/p&gt;</description></item><item><title>Task Prep Workflows</title><link>https://staging.prdwise.pages.dev/guides/task-prep-workflows/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/task-prep-workflows/</guid><description>&lt;p&gt;Three workflows sit between &amp;ldquo;task created&amp;rdquo; and &amp;ldquo;agent starts coding&amp;rdquo;: architect review, research, and the prep-task wrapper that runs them in order with a gate in between.&lt;/p&gt;
&lt;h2 id="what-they-are"&gt;What they are&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;architect-task&lt;/strong&gt; — reviews the task spec for soundness: dependencies, risks, ADR candidates, missing context. Stops the line when the spec itself is broken.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;research-task&lt;/strong&gt; — gathers patterns, files, symbols, and notes the implementer will need. No code, just findings folded back into the task details.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;prep-task&lt;/strong&gt; — runs architect first, then research, with a gate. If architect flags blockers, research does not run until the spec is fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="when-to-use-them"&gt;When to use them&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The task is non-trivial and you want to catch spec problems before burning time.&lt;/li&gt;
&lt;li&gt;The task touches code you do not know well — research surfaces the patterns to follow.&lt;/li&gt;
&lt;li&gt;You want a single command that does both gated end-to-end: use prep-task.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="when-to-skip-them"&gt;When to skip them&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The task is small and obvious.&lt;/li&gt;
&lt;li&gt;You already know the patterns and the spec is tight.&lt;/li&gt;
&lt;li&gt;You are mid-implementation — these run before code, not during.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="how-to-invoke"&gt;How to invoke&lt;/h2&gt;
&lt;p&gt;Trigger phrases (per the project&amp;rsquo;s &lt;code&gt;CLAUDE.md&lt;/code&gt;):&lt;/p&gt;</description></item><item><title>T CLI and Task Workflow</title><link>https://staging.prdwise.pages.dev/guides/task-cli/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/task-cli/</guid><description>&lt;p&gt;&lt;code&gt;T&lt;/code&gt; is a small bash helper for moving around the task system: list active tasks, open details, edit, show state, archive, work the backlog. It is a convenience wrapper — the canonical workflow lives in &lt;a href="https://codeberg.org/PRDwise/prdwise/src/branch/main/agent-task-rules.md"&gt;&lt;code&gt;agent-task-rules.md&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="what-it-is"&gt;What it is&lt;/h2&gt;
&lt;p&gt;A shell script at &lt;code&gt;scripts/T&lt;/code&gt; that wraps common task operations against &lt;code&gt;tasks/index.md&lt;/code&gt; and &lt;code&gt;tasks/details/&amp;lt;id&amp;gt;.md&lt;/code&gt;. Run &lt;code&gt;T&lt;/code&gt; with no arguments or &lt;code&gt;T h&lt;/code&gt; for the current command list; the script&amp;rsquo;s own help is the source of truth for available commands.&lt;/p&gt;</description></item><item><title>Architecture Decision Records</title><link>https://staging.prdwise.pages.dev/guides/adrs/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://staging.prdwise.pages.dev/guides/adrs/</guid><description>&lt;p&gt;An ADR captures one architecture decision: the context, the choice, the alternatives, and the consequences. prdwise treats ADRs as opt-in — you turn them on per project, and you can backfill them retroactively for existing work.&lt;/p&gt;
&lt;h2 id="what-it-is"&gt;What it is&lt;/h2&gt;
&lt;p&gt;A short markdown file per decision, stored in your project. The &lt;code&gt;create-adr&lt;/code&gt; workflow walks the agent through drafting one. The retroactive variant lets you write ADRs after the fact for decisions that are already in the code.&lt;/p&gt;</description></item></channel></rss>